Add minimal/do, a stripped-down redo implementation in 977 bytes of sh.
This could be good for distributing with your packages, so that people who don't have redo installed can at least build it. Also, we could use it for building redo itself. Will surely need to get slightly bigger as I inevitably discover I've forgotten a critical feature.
This commit is contained in:
parent
3803da525c
commit
4243f31e1b
9 changed files with 60 additions and 8 deletions
4
test.do
4
test.do
|
|
@ -1,4 +1,2 @@
|
|||
redo-ifchange t/all
|
||||
wvtestrun redo runtests >&2
|
||||
|
||||
|
||||
./wvtestrun "$REDO" runtests >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue