summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-14 19:21:37 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-14 19:21:37 +0000
commit7d4c28e4721cd108ebe5e39a581ec187d75cca8d (patch)
tree276ed13d51216ac834fa130c5fe67f54720ff3dd
parent8e4d16cb28ae5131448ca95e59e9025426195a29 (diff)
parent3dbf030513558cc57e1e9a34d6fd7e0328260754 (diff)
downloadpw-darwin-7d4c28e4721cd108ebe5e39a581ec187d75cca8d.tar.gz
pw-darwin-7d4c28e4721cd108ebe5e39a581ec187d75cca8d.tar.zst
pw-darwin-7d4c28e4721cd108ebe5e39a581ec187d75cca8d.zip
Add supporting changes for `Add limited sandbox capability to "make check"`
Non-tests/... changes: - Add HAS_TESTS= to Makefiles with libraries and programs to enable iteration and propagate the appropriate environment down to *.test.mk. tests/... changes: - Add appropriate support Makefile.inc's to set HAS_TESTS in a minimal manner, since tests/... is a special subdirectory tree compared to the others. MFC after: 2 months MFC with: r322511 Reviewed by: arch (silence), testing (silence) Differential Revision: D12014
-rw-r--r--pw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw/Makefile b/pw/Makefile
index bdb4384..8db96d9 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -12,6 +12,7 @@ LIBADD= crypt util sbuf
.include <src.opts.mk>
+HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>