mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-16 06:30:46 +00:00
AutomatedTests: remove hard-coded config in CMakeLists.
This commit is contained in:
parent
9a50b29581
commit
9732a26782
@ -2,9 +2,7 @@ enable_testing()
|
||||
|
||||
set(RETRO68_LAUNCH_METHOD classic CACHE String "How to launch Mac applications (for automated testing)")
|
||||
|
||||
set(RETRO68_TEST_CONFIG "-t4" "--minivmac-dir=/home/wolfgang/Emulators"
|
||||
"--system-image=/home/wolfgang/Emulators/baresystem.dsk"
|
||||
"--autoquit-image=/home/wolfgang/Emulators/vmac extras/autoquit-1.1.1.dsk")
|
||||
set(RETRO68_TEST_CONFIG "--timeout=4")
|
||||
|
||||
find_program(LAUNCH_APPL LaunchAPPL PATH "${CMAKE_INSTALL_PREFIX}/../bin/")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user