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",
|
2018-06-08 06:59:04 +00:00
|
|
|
skipsets = {"floats"}, -- FPU instructions not supported by emulator
|
2016-11-26 10:23:25 +00:00
|
|
|
}
|