Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
cwedgwood committed Dec 12, 2023
1 parent 9defa6a commit ba9782e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function(add_test_target target)
-DLLVM_MOS=${llvm_mos}
-DMESEN_COMMAND=${MESEN_COMMAND}
-DEMUTEST_COMMAND=${EMUTEST_COMMAND}
-DLIBRETRO_ATARI800_CORE=${LIBRETRO_ATARI800_CORE}
-DLIBRETRO_STELLA_CORE=${LIBRETRO_STELLA_CORE}
-DLIBRETRO_MESEN_CORE=${LIBRETRO_MESEN_CORE}
-DCMAKE_C_FLAGS=${config_flag}
Expand Down
2 changes: 1 addition & 1 deletion test/test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function(add_a8_test name)
if(ARGC GREATER 1)
set(source_dir ${ARGV1})
endif()
add_emutest_test(${name} a26 ${source_dir} LIBRETRO_ATARI800_CORE)
add_emutest_test(${name} a8 ${source_dir} LIBRETRO_ATARI800_CORE)
endfunction()

function(add_vcs_test name)
Expand Down

0 comments on commit ba9782e

Please sign in to comment.