mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
a/math: Repurpose test file for testing pose math
This commit is contained in:
parent
cf152fe4cc
commit
f904f3f16c
|
@ -22,7 +22,7 @@ set(tests
|
||||||
tests_quatexpmap
|
tests_quatexpmap
|
||||||
tests_rational
|
tests_rational
|
||||||
tests_worker
|
tests_worker
|
||||||
tests_maths
|
tests_pose
|
||||||
)
|
)
|
||||||
if(XRT_HAVE_D3D11)
|
if(XRT_HAVE_D3D11)
|
||||||
list(APPEND tests tests_aux_d3d tests_comp_client_d3d11)
|
list(APPEND tests tests_aux_d3d tests_comp_client_d3d11)
|
||||||
|
@ -47,7 +47,7 @@ target_link_libraries(tests_lowpass_float PRIVATE aux_math)
|
||||||
target_link_libraries(tests_lowpass_integer PRIVATE aux_math)
|
target_link_libraries(tests_lowpass_integer PRIVATE aux_math)
|
||||||
target_link_libraries(tests_quatexpmap PRIVATE aux_math)
|
target_link_libraries(tests_quatexpmap PRIVATE aux_math)
|
||||||
target_link_libraries(tests_rational PRIVATE aux_math)
|
target_link_libraries(tests_rational PRIVATE aux_math)
|
||||||
target_link_libraries(tests_maths PRIVATE aux_math)
|
target_link_libraries(tests_pose PRIVATE aux_math)
|
||||||
|
|
||||||
if(XRT_HAVE_D3D11)
|
if(XRT_HAVE_D3D11)
|
||||||
target_link_libraries(tests_aux_d3d PRIVATE aux_d3d)
|
target_link_libraries(tests_aux_d3d PRIVATE aux_d3d)
|
||||||
|
|
Loading…
Reference in a new issue