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",
|
name = "tests",
|
||||||
plat = "cpm",
|
plat = "cpm",
|
||||||
method = "plat/cpm/emu+emu",
|
method = "plat/cpm/emu+emu",
|
||||||
skipsets = {"floats"},
|
skipsets = {
|
||||||
|
"b", -- B is broken on i80
|
||||||
|
"floats" -- floats aren't supported
|
||||||
|
},
|
||||||
tests = { "./*.c" },
|
tests = { "./*.c" },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue