The open source OpenXR runtime

cmake: Group tests together in a folder for IDEs that support it

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

authored by

Andrei Aristarkhov and committed by
Marge Bot
6d59798f 4051edb0

+1
+1
tests/CMakeLists.txt
··· 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 endforeach() 56 57 # 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) 56 endforeach() 57 58 # For tests that require more than just aux_util, link those other libs down here.