Skip to content
  • Stéphane Adjemian's avatar
    Added the possiblity to run the testsuite on a subset of tests. · b152f392
    Stéphane Adjemian authored
    *Example*
    
    To run all the tests related to the numerical gradient, just type:
    
    ~$ make m/gradient
    
    in the tests subfolder. These tests will be done with Matlab. If you want to
    test these routines against Octave instead:
    
    ~$ make o/gradient
    
    If you want to test against Matlab and Octave:
    
    ~$ make gradient.
    
    *Remark*
    
    [1] Integration tests in subfolders can be accessed using the same approach. For
    instance:
    
    ~/m/observation_trends_and_prefiltering/MCMC
    
    will run all the mod files with matlab in tests/observation_trends_and_prefiltering/MCMC.
    
    [2] Autocompletion works.
    
    [3] Some folders/subfolders are still missing...
    
    (cherry picked from commit 0271f2e8c13d5fe94871fa7aed027047a2cfd36f)
    b152f392