t/*.do: add some time delays.

These only take effect if you export SLEEP=1.  Useful for testing
parallelism.
This commit is contained in:
Avery Pennarun 2010-11-13 02:17:22 -08:00
commit 534dd9813f
6 changed files with 9 additions and 0 deletions

View file

@ -1,2 +1,3 @@
redo-ifchange CC hello.c
./sleep 2
gcc -o $3 -c hello.c