···5252 target_link_libraries(${testname} PRIVATE xrt-external-catch2)
5353 target_link_libraries(${testname} PRIVATE aux_util)
5454 add_test(NAME ${testname} COMMAND ${testname} --success --allow-running-no-tests)
5555+ set_target_properties(${testname} PROPERTIES FOLDER monado_tests)
5556endforeach()
56575758# For tests that require more than just aux_util, link those other libs down here.