monado/tests
samuel degrande 1ad168cfc5 cmake: Fix build failure on msys2/mingw64
This is due to the use of `${SDL2_LIBRARIES}` over `SDL2::SDL2`.

On some 'old' OSes such as Ubuntu 20.04, the SDL2 CMake config does
not set an SDL2:SDL2 target but rather defines SDL2_LIBRARIES and
SDL2_INCLUDE_DIRS variables.

This patch creates an SDL2::SDL2 target, if not already set, based on
those 2 variables.
2023-05-15 16:41:34 +00:00
..
.clang-format clang-format configs: Fix SPDX tags 2020-11-02 17:04:51 +00:00
aux_d3d_dxgi_formats.hpp a/d3d,a/vk,c/client,ipc: D3D Depth texture / DXGI handle support 2023-01-24 15:35:22 +00:00
CMakeLists.txt cmake: Fix build failure on msys2/mingw64 2023-05-15 16:41:34 +00:00
tests_aux_d3d_d3d11.cpp a/d3d,a/vk,c/client,ipc: D3D Depth texture / DXGI handle support 2023-01-24 15:35:22 +00:00
tests_comp_client_d3d11.cpp a/d3d,a/vk,c/client,ipc: D3D Depth texture / DXGI handle support 2023-01-24 15:35:22 +00:00
tests_comp_client_d3d12.cpp a/d3d,a/vk,c/client,ipc: D3D Depth texture / DXGI handle support 2023-01-24 15:35:22 +00:00
tests_comp_client_opengl.cpp tests: Add tests for the OpenGL client compositor code 2022-08-22 19:53:50 +00:00
tests_comp_client_vulkan.cpp a/vk: Remove global command pool 2023-04-14 02:34:49 +01:00
tests_cxx_wrappers.cpp xrt: Add unique_ptr typedef for xrt_device 2021-12-10 21:24:02 +00:00
tests_deque.cpp u/deque: Add generic wrapper for std::deque 2022-07-25 19:08:46 +00:00
tests_generic_callbacks.cpp a/util: Add a generic callbacks collection. 2021-04-30 17:34:21 -05:00
tests_history_buf.cpp tests: Include u_time.h in history_buf 2022-05-23 09:12:54 -05:00
tests_id_ringbuffer.cpp tests: Fix conversion warnings 2022-05-03 22:44:33 +01:00
tests_input_transform.cpp tests: Resolve warnings 2022-07-14 14:17:35 +00:00
tests_json.cpp tests: Word choice/clarity 2022-05-17 17:40:58 -05:00
tests_levenbergmarquardt.cpp tests: Fix levenberg-marquardt test 2023-03-13 13:04:31 -05:00
tests_lowpass_float.cpp a/math: C wrapper for the float low-pass filter too. 2022-02-22 16:44:44 -06:00
tests_lowpass_integer.cpp a/math: Add a C wrapper for the integer low-pass filter. 2022-02-22 16:42:53 -06:00
tests_main.cpp tests: Use project code formatting on tests 2020-06-17 17:32:23 -05:00
tests_pacing.cpp tests: Start work on frame pacing test. 2022-02-08 10:51:39 -06:00
tests_pose.cpp tests: Resolve warnings 2022-07-14 14:17:35 +00:00
tests_quat_change_of_basis.cpp tests: Clean up tests_quat_change_of_basis 2022-11-14 21:27:30 -06:00
tests_quat_swing_twist.cpp tests: Add tests for swing-twist conversions 2022-11-23 13:02:35 -06:00
tests_quatexpmap.cpp a/math: Add disabled test to show problem with current quat_exp implementation 2022-06-02 15:47:57 +00:00
tests_rational.cpp a/math: Add floating point conversion methods to Rational 2023-03-01 10:53:18 -06:00
tests_relation_chain.cpp tests: Add some simple relation chain tests 2023-01-24 16:11:56 +00:00
tests_vec3_angle.cpp Add test for m_vec3_angle 2022-11-29 03:11:53 -06:00
tests_vector.cpp u/vector: Add generic wrapper for std::vector 2022-07-07 15:35:04 +00:00
tests_worker.cpp u/worker: Use U_TRACE_SET_THREAD_NAME 2022-11-20 13:52:38 +00:00
time_utils.hpp tests: Word choice/clarity 2022-05-17 17:40:58 -05:00
vktest_init_bundle.hpp tests: Verify Vulkan import in D3D11 alloc test 2023-01-24 15:35:09 +00:00