eden/src/dynarmic/tests
Marcin Serwin fbd28a9d34
[cmake] fix dynarmic tests (#3192)
The old style `add_test` invocation is not target aware which means that
trying to run the test via `ninja test` results in:

    Could not find executable dynarmic_tests

Signed-off-by: Marcin Serwin <marcin@serwin.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3192
Co-authored-by: Marcin Serwin <marcin@serwin.dev>
Co-committed-by: Marcin Serwin <marcin@serwin.dev>
2025-12-23 01:34:58 +01:00
..
A32 [dynarmic] simplify assert macro usage (Only ASSERT/DEBUG_ASSERT are needed) (#2890) 2025-10-31 17:22:06 +01:00
A64 [dynarmic] simplify assert macro usage (Only ASSERT/DEBUG_ASSERT are needed) (#2890) 2025-10-31 17:22:06 +01:00
fp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
native [common] replace Common::BitCast with libc++ provided one (#2774) 2025-10-22 02:56:28 +02:00
unicorn_emu [dynarmic] simplify assert macro usage (Only ASSERT/DEBUG_ASSERT are needed) (#2890) 2025-10-31 17:22:06 +01:00
CMakeLists.txt [cmake] fix dynarmic tests (#3192) 2025-12-23 01:34:58 +01:00
decoder_tests.cpp [dynarmic] Refactoring to reduce latency hit from recompilation (#358) 2025-10-28 23:42:31 +01:00
fuzz_util.cpp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
fuzz_util.h [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
print_info.cpp [src/dynarmic] Fix No member named 'join' in namespace 'fmt' (#3188) 2025-12-21 17:28:49 +01:00
rand_int.h [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
rsqrt_test.cpp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
rsqrt_test_fn.s [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
test_generator.cpp [dynarmic] simplify assert macro usage (Only ASSERT/DEBUG_ASSERT are needed) (#2890) 2025-10-31 17:22:06 +01:00
test_reader.cpp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00
x64_cpu_info.cpp [cmake] refactor: Use CPM over submodules (#143) 2025-08-04 04:50:14 +02:00