apenwarr-redo/test.do
Avery Pennarun 75b5352511 test.do: allow docs to build in parallel with tests.
Previously, we'd try to build all the critical stuff first, and then
run the tests.  Nowadays, it takes a little longer to build the docs
(especially some of the docs/cookbook/ stuff), and this isn't needed to
run the tests, so let's allow them to parallelize.
2018-12-05 02:27:04 -05:00

3 lines
136 B
Text

redo-ifchange bin/all
redo minimal/test docs/test t/all _all
[ -n "$DO_BUILT" ] || echo "Don't forget to test 'minimal/do -c test'" >&2