diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-03 00:34:23 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-03 00:34:23 +0000 |
commit | 811267757ad9cbb2d6782e164efc2b47adfcd187 (patch) | |
tree | ef4fe37ffc660c2007a853ff7c9f30ea4d9de265 /lib/libc | |
parent | b795b4ac5f93688184283d3abbf7cc46b3721c1e (diff) | |
download | FreeBSD-src-811267757ad9cbb2d6782e164efc2b47adfcd187.zip FreeBSD-src-811267757ad9cbb2d6782e164efc2b47adfcd187.tar.gz |
More 'tests' package fixes.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/gen/execve/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/tests/gen/execve/Makefile b/lib/libc/tests/gen/execve/Makefile index 5e8bc6f..a9800db 100644 --- a/lib/libc/tests/gen/execve/Makefile +++ b/lib/libc/tests/gen/execve/Makefile @@ -2,6 +2,10 @@ .include <bsd.own.mk> +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + NETBSD_ATF_TESTS_C= execve_test .include "../../Makefile.netbsd-tests" |