960584c0f3
tool in C; much more robust and easier to understand, as well as avoiding the dependency on timeout (which isn't Posix).
7 lines
113 B
Lua
7 lines
113 B
Lua
cprogram {
|
|
name = "testrunner",
|
|
srcs = { "./testrunner.c" },
|
|
deps = {
|
|
"modules/src/data+lib"
|
|
}
|
|
}
|