apenwarr-redo/t/203-make/all.do
Avery Pennarun df44dc54a2 jwack: _cheatfds error when run from toplevel make -j.
Also added a new unit test to confirm that 'make' behaviour works as
expected, with and without parallelism.
2018-12-04 02:43:58 -05:00

20 lines
205 B
Text

exec >&2
redo-ifchange whichmake
run() {
rm -f *.out
./whichmake y
rm -f *.out
./whichmake -j10 y
rm -f *.out
redo y
rm -f *.out
redo -j10 y
}
run
. ./wipe-redo.sh
run