Ensure TESTSDIR is defined before bsd.test.mk is .include'd

MFC after: 1 week
This commit is contained in:
Enji Cooper 2015-06-15 07:13:23 +00:00
parent 9d6690e038
commit c4af37bb9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284408

View File

@ -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