diff --git a/tests/run_nightly_tests.py b/tests/run_nightly_tests.py index 94f458e17c..25725c09ad 100755 --- a/tests/run_nightly_tests.py +++ b/tests/run_nightly_tests.py @@ -31,7 +31,7 @@ set(CTEST_MEMORYCHECK_COMMAND_OPTIONS "--tool=memcheck --leak-check=yes --show-r ctest_start("Nightly") ctest_configure() ctest_build() -ctest_test() +ctest_test(INCLUDE test_basic) ctest_submit()""" # Define test data structure