The open source OpenXR runtime
0
fork

Configure Feed

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

a/math: Repurpose test file for testing pose math

+2 -2
+2 -2
tests/CMakeLists.txt
··· 22 22 tests_quatexpmap 23 23 tests_rational 24 24 tests_worker 25 - tests_maths 25 + tests_pose 26 26 ) 27 27 if(XRT_HAVE_D3D11) 28 28 list(APPEND tests tests_aux_d3d tests_comp_client_d3d11) ··· 47 47 target_link_libraries(tests_lowpass_integer PRIVATE aux_math) 48 48 target_link_libraries(tests_quatexpmap PRIVATE aux_math) 49 49 target_link_libraries(tests_rational PRIVATE aux_math) 50 - target_link_libraries(tests_maths PRIVATE aux_math) 50 + target_link_libraries(tests_pose PRIVATE aux_math) 51 51 52 52 if(XRT_HAVE_D3D11) 53 53 target_link_libraries(tests_aux_d3d PRIVATE aux_d3d)
tests/tests_maths.cpp tests/tests_pose.cpp