Skip to content

Commit ba9782e

Browse files
committed
more
1 parent 9defa6a commit ba9782e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function(add_test_target target)
1616
-DLLVM_MOS=${llvm_mos}
1717
-DMESEN_COMMAND=${MESEN_COMMAND}
1818
-DEMUTEST_COMMAND=${EMUTEST_COMMAND}
19+
-DLIBRETRO_ATARI800_CORE=${LIBRETRO_ATARI800_CORE}
1920
-DLIBRETRO_STELLA_CORE=${LIBRETRO_STELLA_CORE}
2021
-DLIBRETRO_MESEN_CORE=${LIBRETRO_MESEN_CORE}
2122
-DCMAKE_C_FLAGS=${config_flag}

test/test.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function(add_a8_test name)
3636
if(ARGC GREATER 1)
3737
set(source_dir ${ARGV1})
3838
endif()
39-
add_emutest_test(${name} a26 ${source_dir} LIBRETRO_ATARI800_CORE)
39+
add_emutest_test(${name} a8 ${source_dir} LIBRETRO_ATARI800_CORE)
4040
endfunction()
4141

4242
function(add_vcs_test name)

0 commit comments

Comments
 (0)