X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Fexample%2Fcheck;h=a051e8ed112275ad52004dd53467742a996fc27d;hb=2c590a124e0d566790f756cad4872f13e2c9aa0a;hp=c8a99269e2a87c48b1ad6e70f1aa8fc2a2c60c51;hpb=abe15f92c1ce4947a30e6734c44c0d1253689328;p=secnet.git diff --git a/tests/example/check b/tests/example/check index c8a9926..a051e8e 100755 --- a/tests/example/check +++ b/tests/example/check @@ -19,9 +19,17 @@ make -j4 all check : ----- testing rebuild on input change ----- reset_times () { + cd .. + + find ! -path './build/*' -type f -print0 \ + | xargs -0 \ + touch -hmd 'now -2000 seconds' -- + + cd build + find -type f -print0 \ | xargs -0 \ - touch -hmd 'now -1 seconds' -- + touch -hmd 'now -1000 seconds' -- } : ----- for-check-1 -----