Migrate the last test to libretro.py

This commit is contained in:
Jesse Talavera 2024-03-21 20:34:13 -04:00
parent ccff012b1a
commit 688e6fa11e

View File

@ -1,10 +1,10 @@
# See https://github.com/JesseTG/melonds-ds/issues/70
add_retroarch_test(
NAME "Core unloads with threaded software rendering"
CONTENT "${NDS_ROM}"
MAX_FRAMES 6
CORE_OPTION "melonds_boot_mode=direct"
CORE_OPTION "melonds_sysfile_mode=builtin"
CORE_OPTION "melonds_console_mode=ds"
CORE_OPTION "melonds_threaded_renderer=enabled"
add_python_test(
NAME "Core unloads with threaded software rendering"
TEST_MODULE basics.core_run_frames
CONTENT "${NDS_ROM}"
CORE_OPTION "melonds_boot_mode=direct"
CORE_OPTION "melonds_sysfile_mode=builtin"
CORE_OPTION "melonds_console_mode=ds"
CORE_OPTION "melonds_threaded_renderer=enabled"
)