ack/tests/plat/m2/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

14 lines
187 B
Lua

bundle {
name = "srcs",
srcs = {
"./ConvTest_mod.mod",
"./NestProc_mod.mod",
"./OpenArray_mod.mod",
"./SemaTest_mod.mod",
"./Set100_mod.mod",
"./StringTest_mod.mod",
}
}