summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-03 01:08:51 +0000
committergjb <gjb@FreeBSD.org>2016-02-03 01:08:51 +0000
commit1612fa0c76ad57a082dd0594fca82277ce2bb283 (patch)
treea38aac22d96e79f9be8393e5c9e958f6eabab0f1
parent811267757ad9cbb2d6782e164efc2b47adfcd187 (diff)
downloadFreeBSD-src-1612fa0c76ad57a082dd0594fca82277ce2bb283.zip
FreeBSD-src-1612fa0c76ad57a082dd0594fca82277ce2bb283.tar.gz
Fix another 'tests' packaging error.
Sponsored by: The FreeBSD Foundation
-rw-r--r--lib/libc/tests/gen/posix_spawn/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/tests/gen/posix_spawn/Makefile b/lib/libc/tests/gen/posix_spawn/Makefile
index 9bb2cf1..a3e88af 100644
--- a/lib/libc/tests/gen/posix_spawn/Makefile
+++ b/lib/libc/tests/gen/posix_spawn/Makefile
@@ -2,6 +2,10 @@
.include <bsd.own.mk>
+PACKAGE= tests
+FILESGROUPS= TESTS
+TESTSPACKAGE= ${PACKAGE}
+
BINDIR= ${TESTSDIR}
NETBSD_ATF_TESTS_C= fileactions_test
OpenPOWER on IntegriCloud