Skip to content

Use different test cases with CMake variable

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_test_scenarios into master

Before the change it was necessary to define an environment variable to switch between different test suites like for example the Experimental or Nightly tests. Now the test suites are chosen by the CMake command line parameter CBM_TEST_MODEL. These are Experimental, Nightly and Weekly which differ by the number of executed tests.

Merge request reports