dynarec test added to cmake

This commit is contained in:
Joseph Mattiello 2025-07-03 23:05:04 -04:00
parent 7dde10e9e1
commit 4540b14606
1 changed files with 2 additions and 1 deletions

View File

@ -1865,7 +1865,8 @@ if(BUILD_TESTING)
tests/src/serialize_test.cpp
tests/src/AicaArmTest.cpp
tests/src/Sh4InterpreterTest.cpp
tests/src/gtest_main_entry.cpp
tests/src/JitlessDynarecTest.cpp
tests/src/gtest_main_entry.cpp
tests/src/MmuTest.cpp
)