Ensure TESTSDIR is defined before bsd.test.mk is .include'd
MFC after: 1 week
This commit is contained in:
parent
9d6690e038
commit
c4af37bb9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user