From dc166320e70f972a12b9722447ce6e6289eabaaa Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Sun, 24 Sep 2023 12:44:22 -0400 Subject: [PATCH] Add another test case --- test/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3d13b39c..6676b748 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -222,6 +222,18 @@ add_emutest_test( TEST_SCRIPT "loads-core.lua" ) +# See https://github.com/JesseTG/melonds-ds/issues/70 +add_emutest_test( + NAME "Core unloads with threaded software rendering" + CONTENT "${NDS_ROM}" + TEST_SCRIPT "loads-core.lua" + CORE_OPTION melonds_boot_directly="enabled" + CORE_OPTION melonds_use_external_bios="disabled" + CORE_OPTION melonds_firmware_nds_path="/builtin" + CORE_OPTION melonds_console_mode="ds" + CORE_OPTION melonds_threaded_renderer="enabled" +) + # See https://github.com/JesseTG/melonds-ds/issues/62 add_emutest_test( NAME "Core resets when using built-in system files and direct boot (NDS)"