diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 22:26:49 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 22:26:49 +0000 |
commit | 43faedc1339a9624c7acedb7f3e5624e64da5b99 (patch) | |
tree | cff36c983e3dfa55f502a30dd0ca087d7292a5c3 /libexec | |
parent | 1d0bd2f9713e05d43a1674e99bb01269f3ad71be (diff) | |
download | src-43faedc1339a9624c7acedb7f3e5624e64da5b99.tar.gz src-43faedc1339a9624c7acedb7f3e5624e64da5b99.zip |
Notes
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/atf/tests/Makefile | 5 | ||||
-rw-r--r-- | libexec/rtld-elf/tests/Makefile | 3 | ||||
-rw-r--r-- | libexec/rtld-elf/tests/libpythagoras/Makefile | 4 | ||||
-rw-r--r-- | libexec/rtld-elf/tests/target/Makefile | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/libexec/atf/tests/Makefile b/libexec/atf/tests/Makefile index a0e63e5da42a..609357e57d33 100644 --- a/libexec/atf/tests/Makefile +++ b/libexec/atf/tests/Makefile @@ -2,6 +2,11 @@ .include <bsd.own.mk> +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} +TESTS+= Kyuafile + .PATH: ${SRCTOP}/tests KYUAFILE= yes diff --git a/libexec/rtld-elf/tests/Makefile b/libexec/rtld-elf/tests/Makefile index 7d3be6837dcb..57ca88024329 100644 --- a/libexec/rtld-elf/tests/Makefile +++ b/libexec/rtld-elf/tests/Makefile @@ -2,6 +2,9 @@ .include <bsd.own.mk> +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} SUBDIR+= libpythagoras target ATF_TESTS_C= ld_library_pathfds diff --git a/libexec/rtld-elf/tests/libpythagoras/Makefile b/libexec/rtld-elf/tests/libpythagoras/Makefile index 9ad4b883015c..0e52dbd67d00 100644 --- a/libexec/rtld-elf/tests/libpythagoras/Makefile +++ b/libexec/rtld-elf/tests/libpythagoras/Makefile @@ -2,6 +2,10 @@ .include <bsd.own.mk> +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + LIB= pythagoras SHLIB_MAJOR= 0 diff --git a/libexec/rtld-elf/tests/target/Makefile b/libexec/rtld-elf/tests/target/Makefile index d5305f9b0501..7d80057ebd96 100644 --- a/libexec/rtld-elf/tests/target/Makefile +++ b/libexec/rtld-elf/tests/target/Makefile @@ -2,6 +2,10 @@ .include <bsd.own.mk> +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + PROG= target BINDIR= ${TESTSBASE}/libexec/rtld-elf |