2016-11-26 10:23:25 +00:00
|
|
|
include("tests/plat/build.lua")
|
|
|
|
|
|
|
|
plat_testsuite {
|
|
|
|
name = "tests",
|
|
|
|
plat = "pc86",
|
2018-06-04 07:19:45 +00:00
|
|
|
method = "plat/pc86/emu+pc86emu",
|
2019-09-05 17:13:02 +00:00
|
|
|
skipsets = {
|
|
|
|
"floats", -- FPU instructions not supported by emulator
|
|
|
|
"long-long",
|
|
|
|
},
|
2016-11-26 10:23:25 +00:00
|
|
|
}
|