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


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

foreach (lvl RANGE 0 4)
 add_test(NAME xbios-680${lvl}0
          COMMAND ${testrunner} $<TARGET_FILE:hatari> --cpulevel ${lvl})
endforeach(lvl)

if(ENABLE_WINUAE_CPU)
 add_test(NAME xbios-68030-mmu
          COMMAND ${testrunner} $<TARGET_FILE:hatari> --cpulevel 3 --mmu true)
 add_test(NAME xbios-68060
          COMMAND ${testrunner} $<TARGET_FILE:hatari> --cpulevel 6 --mmu false)
 add_test(NAME xbios-68060-mmu
          COMMAND ${testrunner} $<TARGET_FILE:hatari> --cpulevel 6 --mmu 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.