Add t/curse, a multi-level dependency build that really aggravates redo.
...because it seems my locking isn't very good. It exposes annoying problems involving rebuilding the same files more than once, screwing up stamp files with redo -j, and being unnecessarily slow when checking dependencies. So it's a pretty good test considering how simple it is. Didn't add it to t/all.do yet, because it would fail.
This commit is contained in:
parent
c4287b9d81
commit
9b23b2c67a
7 changed files with 13 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
redo example/clean
|
||||
redo example/clean curse/clean
|
||||
rm -f c c.c c.c.c c.c.c.b c.c.c.b.b d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue