The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tests: add --allow-running-no-tests when running tests

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2268>

authored by

Simon Zeni and committed by
Marge Bot
953712fb 976d40f6

+1 -1
+1 -1
tests/CMakeLists.txt
··· 48 48 add_executable(${testname} ${testname}.cpp) 49 49 target_link_libraries(${testname} PRIVATE xrt-external-catch2) 50 50 target_link_libraries(${testname} PRIVATE aux_util) 51 - add_test(NAME ${testname} COMMAND ${testname} --success) 51 + add_test(NAME ${testname} COMMAND ${testname} --success --allow-running-no-tests) 52 52 endforeach() 53 53 54 54 # For tests that require more than just aux_util, link those other libs down here.