summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-06-15 07:13:23 +0000
committerngie <ngie@FreeBSD.org>2015-06-15 07:13:23 +0000
commit1f7642cc6f9e7a88f2e1524cbafc9b64fcff56f8 (patch)
tree50174465550e0a678c5c3b765b69963ad5c5e676 /share
parent0f8ae6e2c7f665b6da3a01e05817bd31d13952b8 (diff)
downloadFreeBSD-src-1f7642cc6f9e7a88f2e1524cbafc9b64fcff56f8.zip
FreeBSD-src-1f7642cc6f9e7a88f2e1524cbafc9b64fcff56f8.tar.gz
Ensure TESTSDIR is defined before bsd.test.mk is .include'd
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/mk/bsd.test.mk b/share/mk/bsd.test.mk
index 4538338..65041ab 100644
--- a/share/mk/bsd.test.mk
+++ b/share/mk/bsd.test.mk
@@ -10,6 +10,10 @@
__<bsd.test.mk>__:
+.ifndef TESTSDIR
+.error "Please define TESTSDIR when including bsd.test.mk"
+.endif
+
# List of subdirectories containing tests into which to recurse. This has the
# same semantics as SUBDIR at build-time. However, the directories listed here
# get registered into the run-time test suite definitions so that the test
OpenPOWER on IntegriCloud