From 731db65c5715163ff92f131c93d66506c827c898 Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Thu, 21 Mar 2024 10:28:53 -0400 Subject: [PATCH] Set the path to the test ROM --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c8ec5e8..e910e6f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -370,6 +370,8 @@ FetchContent_GetProperties(godmode9i) FetchContent_MakeAvailable(godmode9i) set(GODMODE9I_ROM "${godmode9i_SOURCE_DIR}/GodMode9i.nds") +set(MICRECORD_NDS "${CMAKE_CURRENT_SOURCE_DIR}/nds/micrecord.nds") + add_retroarch_test( NAME "RetroArch loads melonDS DS" CONTENT "${NDS_ROM}"