We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434895e commit e90fdb3Copy full SHA for e90fdb3
test/test.cmake
@@ -36,7 +36,7 @@ function(add_a8_test name)
36
if(ARGC GREATER 1)
37
set(source_dir ${ARGV1})
38
endif()
39
- add_emutest_test(${name} a8 ${source_dir} LIBRETRO_ATARI800_CORE)
+ add_emutest_test(${name} xex ${source_dir} LIBRETRO_ATARI800_CORE)
40
endfunction()
41
42
function(add_vcs_test name)
0 commit comments