Give up trying to make the B tests pass on CP/M.
This commit is contained in:
parent
97e6baa052
commit
ac8edcbfc3
|
@ -4,6 +4,9 @@ plat_testsuite {
|
|||
name = "tests",
|
||||
plat = "cpm",
|
||||
method = "plat/cpm/emu+emu",
|
||||
skipsets = {"floats"},
|
||||
skipsets = {
|
||||
"b", -- B is broken on i80
|
||||
"floats" -- floats aren't supported
|
||||
},
|
||||
tests = { "./*.c" },
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue