Skip to content

Commit

Permalink
Fix CTest setup for the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Mar 14, 2024
1 parent 4f11dba commit 63fff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbroker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ foreach(file_path ${BROKER_TEST_SRC})
if (${test_name} STREQUAL broker.radix_tree)
set(test_verbosity 3) # otherwise it just produces way too much output
endif ()
add_test(NAME ${test_name} COMMAND broker-test -v ${test_verbosity} -s "^${suite}$" ${ARGN})
add_test(NAME ${test_name} COMMAND broker-test -v ${test_verbosity} -s "^${test_name}$" ${ARGN})
set_tests_properties(${test_name} PROPERTIES TIMEOUT ${BROKER_TEST_TIMEOUT})
set_tests_properties(${test_name} PROPERTIES ENVIRONMENT
"BROKER_TEST_DIR=${BROKER_TEST_DIR}")
Expand Down

0 comments on commit 63fff54

Please sign in to comment.