Give up trying to make the B tests pass on CP/M.

This commit is contained in:
David Given 2019-06-17 23:33:58 +02:00
parent 97e6baa052
commit ac8edcbfc3

View file

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