diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index af5435f28..9e08b109a 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -8,10 +8,6 @@ enable_testing() # Each test module is stored within its own subdir file(GLOB OSAL_TESTS *-test) -# The original OSAL tests ran forever until CTRL+C, this does not work for scripted testing -# This SCRIPT_MODE define plus some hooks in the code allow for limited runs -add_definitions(-DSCRIPT_MODE) - foreach(OSTEST ${OSAL_TESTS}) get_filename_component(TESTNAME ${OSTEST} NAME) set(TESTFILES)