diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2015-06-15 07:13:23 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2015-06-15 07:13:23 +0000 |
| commit | c4af37bb9ab8de1e24228aafe21eeb7a15a610df (patch) | |
| tree | 50174465550e0a678c5c3b765b69963ad5c5e676 | |
| parent | 9d6690e038c6ef85068f94095b0b5472b6c45d60 (diff) | |
Notes
| -rw-r--r-- | share/mk/bsd.test.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/mk/bsd.test.mk b/share/mk/bsd.test.mk index 453833841a193..65041abc6396b 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 |
