Skip to content

Commit

Permalink
Add another test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Sep 24, 2023
1 parent 881f15e commit dc16632
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit dc16632

Please sign in to comment.