Commit c07813a4 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova Committed by Robert Schmidt

Add physical simulator test to tests target

This allows to compile physical simulators by compiling only tests with
"ninja tests". It fixes a regression.

Fixes: ec8efe1b ("Unify physim test definition")
parent 76b4899e
...@@ -42,6 +42,7 @@ function(add_physim_test test_name test_description test_exec) ...@@ -42,6 +42,7 @@ function(add_physim_test test_name test_description test_exec)
ENVIRONMENT "LD_LIBRARY_PATH=.;TEST_DESCRIPTION=${test_description}" ENVIRONMENT "LD_LIBRARY_PATH=.;TEST_DESCRIPTION=${test_description}"
) )
set_tests_properties(${test_name} PROPERTIES CHECK_COUNT 0) set_tests_properties(${test_name} PROPERTIES CHECK_COUNT 0)
add_dependencies(tests ${test_exec})
endfunction() endfunction()
function(check_threshold testname threshold condition) function(check_threshold testname threshold condition)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment