aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 22:24:08 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 22:24:08 +0000
commit47606b869eb149ebb7135d6594c3b9b9f05b9aed (patch)
tree4d40e7b6b0dd4dfd7afc194675baa3fa2896ab9d /tests/Makefile
parenteb51cdee612cda60747fb8e0d8eb8808ec54330d (diff)
downloadsrc-47606b869eb149ebb7135d6594c3b9b9f05b9aed.tar.gz
src-47606b869eb149ebb7135d6594c3b9b9f05b9aed.zip
Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact that
tests/... is a special snowflake directory and using HAS_TESTS would result in a nasty layering violation between bsd.tests.mk and bsd.prog.mk. Add reachover Makefile.inc's which get the default value from Makefile.inc0 (inspired by gnu/usr.bin/binutils/Makefile.inc0).
Notes
Notes: svn path=/projects/make-check-sandbox/; revision=321960
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 0aed9cfb1b83..a8491fcb937d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -17,4 +17,5 @@ afterinstall: install-tests-local
install-tests-local: .PHONY
${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
+.include "Makefile.inc0"
.include <bsd.test.mk>