This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
8e4a6ca47d
ack
/
util
/
build
/
build.lua
9 lines
114 B
Lua
Raw
Normal View
History
Unescape
Escape
Replace the hacky and broken pipeline in testdriver.sh with a custom-written tool in C; much more robust and easier to understand, as well as avoiding the dependency on timeout (which isn't Posix).
2016-11-29 19:59:43 +00:00
cprogram
{
name
=
"
testrunner
"
,
srcs
=
{
"
./testrunner.c
"
}
,
deps
=
{
"
modules/src/data+lib
"
}
}
Run all tests, even the ones which fail, and emit a test summary right at the end of the build (and fail then).
2016-12-01 22:03:30 +00:00
Reference in a new issue
Copy permalink