Merge pull request #150 from davidgiven/dtrg-windows

Don't run the floating point tests on i80.
This commit is contained in:
David Given 2019-02-09 17:43:19 +01:00 committed by GitHub
commit 39acc01862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"},
}