···4848 add_executable(${testname} ${testname}.cpp)
4949 target_link_libraries(${testname} PRIVATE xrt-external-catch2)
5050 target_link_libraries(${testname} PRIVATE aux_util)
5151- add_test(NAME ${testname} COMMAND ${testname} --success)
5151+ add_test(NAME ${testname} COMMAND ${testname} --success --allow-running-no-tests)
5252endforeach()
53535454# For tests that require more than just aux_util, link those other libs down here.