mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-28 14:31:50 +00:00
fix automatedtests
This commit is contained in:
parent
75f72af9ac
commit
f1f9cf9099
@ -35,7 +35,7 @@ set(RETRO68_TEST_CONFIG "--timeout=10" CACHE String "Options to pass to LaunchAP
|
||||
set(LAUNCH_METHOD_FLAG)
|
||||
if(RETRO68_LAUNCH_METHOD MATCHES "NONE")
|
||||
else()
|
||||
set(LAUNCH_METHOD_FLAG "-e ${RETRO68_LAUNCH_METHOD}")
|
||||
set(LAUNCH_METHOD_FLAG "-e${RETRO68_LAUNCH_METHOD}")
|
||||
endif() # RETRO68_LAUNCH_METHOD
|
||||
|
||||
enable_testing()
|
||||
|
Loading…
Reference in New Issue
Block a user