From 4540b146063eddec80341f9497ebdff38214145e Mon Sep 17 00:00:00 2001 From: Joseph Mattiello Date: Thu, 3 Jul 2025 23:05:04 -0400 Subject: [PATCH] dynarec test added to cmake --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb9484d60..5e3b8879d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )