···52 target_link_libraries(${testname} PRIVATE xrt-external-catch2)
53 target_link_libraries(${testname} PRIVATE aux_util)
54 add_test(NAME ${testname} COMMAND ${testname} --success --allow-running-no-tests)
055endforeach()
5657# For tests that require more than just aux_util, link those other libs down here.
···52 target_link_libraries(${testname} PRIVATE xrt-external-catch2)
53 target_link_libraries(${testname} PRIVATE aux_util)
54 add_test(NAME ${testname} COMMAND ${testname} --success --allow-running-no-tests)
55+ set_target_properties(${testname} PROPERTIES FOLDER monado_tests)
56endforeach()
5758# For tests that require more than just aux_util, link those other libs down here.