diff options
Diffstat (limited to 'mk/build/test.mk')
-rw-r--r-- | mk/build/test.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build/test.mk b/mk/build/test.mk index d0476e9b7d5..66321409854 100644 --- a/mk/build/test.mk +++ b/mk/build/test.mk @@ -1,4 +1,4 @@ -# $NetBSD: test.mk,v 1.5 2006/07/07 21:24:28 jlam Exp $ +# $NetBSD: test.mk,v 1.6 2006/07/22 16:31:35 jlam Exp $ # # TEST_DIRS is the list of directories in which to perform the build # process. If the directories are relative paths, then they @@ -30,7 +30,7 @@ _TEST_TARGETS+= release-test-lock . if exists(${_COOKIE.test}) test: @${DO_NADA} -. elif exists(${_COOKIE.barrier}) +. elif defined(_PKGSRC_BARRIER) test: ${_TEST_TARGETS} . else test: barrier |