diff options
Diffstat (limited to 'unit-tests/dotwait.mk')
-rw-r--r-- | unit-tests/dotwait.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unit-tests/dotwait.mk b/unit-tests/dotwait.mk index bab5993e7481..dbc502651c54 100644 --- a/unit-tests/dotwait.mk +++ b/unit-tests/dotwait.mk @@ -1,9 +1,9 @@ -# $NetBSD: dotwait.mk,v 1.2 2017/10/08 20:44:19 sjg Exp $ +# $NetBSD: dotwait.mk,v 1.3 2020/10/24 08:50:17 rillig Exp $ -THISMAKEFILE:= ${.PARSEDIR}/${.PARSEFILE} +THISMAKEFILE:= ${.PARSEDIR}/${.PARSEFILE} -TESTS= simple recursive shared cycle -PAUSE= sleep 1 +TESTS= simple recursive shared cycle +PAUSE= sleep 1 # Use a .for loop rather than dependencies here, to ensure # that the tests are run one by one, with parallelism |