From 688e6fa11e1dfd6cce1c7accdacd8f46871340e5 Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Thu, 21 Mar 2024 20:34:13 -0400 Subject: [PATCH] Migrate the last test to libretro.py --- test/cmake/Video.cmake | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/cmake/Video.cmake b/test/cmake/Video.cmake index a303a73..761305f 100644 --- a/test/cmake/Video.cmake +++ b/test/cmake/Video.cmake @@ -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" ) \ No newline at end of file