Now 'redo test' runs the tests, but 'redo t' just builds the programs. Also removed wvtest stuff; we're not really using it properly anyway and it's not helping our testing right now. It might come back later.
5 lines
111 B
Text
5 lines
111 B
Text
. ./check-1.sh
|
|
redo-ifchange 1.n0 2.n0 3.n0
|
|
DEPS=$(seq 10 | sed 's/$/.n1/')
|
|
redo-ifchange $DEPS
|
|
. ./check-2.sh
|