File:  [HATARI the Atari ST Emulator] / hatari / tests / cycles / CMakeLists.txt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:58:46 2019 UTC (7 years, 3 months ago) by root
Branches: hatari, MAIN
CVS tags: hatari02210, hatari02200, HEAD
hatari 2.2.0


set(testrunner ${CMAKE_CURRENT_SOURCE_DIR}/run_test.sh)

if(ENABLE_WINUAE_CPU)
 add_test(NAME cycles-exact
          COMMAND ${testrunner} $<TARGET_FILE:hatari> --compatible false --cpu-exact true)
 add_test(NAME cycles-compatible
          COMMAND ${testrunner} $<TARGET_FILE:hatari> --compatible true --cpu-exact false)
else(ENABLE_WINUAE_CPU)
 add_test(NAME cycles-compatible
          COMMAND ${testrunner} $<TARGET_FILE:hatari> --compatible true)
endif(ENABLE_WINUAE_CPU)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.