Merge pull request #150 from davidgiven/dtrg-windows
Don't run the floating point tests on i80.
This commit is contained in:
commit
39acc01862
|
@ -3,5 +3,6 @@ include("tests/plat/build.lua")
|
|||
plat_testsuite {
|
||||
name = "tests",
|
||||
plat = "cpm",
|
||||
method = "plat/cpm/emu+emu"
|
||||
method = "plat/cpm/emu+emu",
|
||||
skipsets = {"floats"},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue