ack/plat/cpm/tests/build.lua
David Given 25b6712e63 Rework all the ackbuilder scripts not to use wildcards, because we can't expand
them without luaposix, which isn't available (easily) on OSX or Windows.
2022-07-14 23:57:54 +02:00

16 lines
290 B
Lua

include("tests/plat/build.lua")
plat_testsuite {
name = "tests",
plat = "cpm",
method = "plat/cpm/emu+emu",
skipsets = {
"b", -- B is broken on i80
"floats", -- floats aren't supported
"long-long",
},
tests = {
"./parsefcb_c.c",
}
}