Skip to content

Integrate tests into ctest

Bram Veenboer requested to merge test-quality into master

The 'quality' integration test has been renamed to 'test-statistics' and integrated into CTest. Running the test is now only a matter of running make test, when ENABLE_TESTING is enabled in CMake (which it is by default).

Merge request reports