2018-06-05 14:17:22 +00:00
|
|
|
include("tests/plat/build.lua")
|
|
|
|
|
|
|
|
plat_testsuite {
|
|
|
|
name = "tests",
|
|
|
|
plat = "linux68k",
|
2018-06-07 15:05:50 +00:00
|
|
|
method = "plat/linux68k/emu+emu68k",
|
2018-06-08 06:59:04 +00:00
|
|
|
skipsets = {"floats"}, -- FPU instructions not supported by emulator
|
2018-06-05 14:17:22 +00:00
|
|
|
}
|