diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2014-03-14 08:56:19 +0000 |
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2014-03-14 08:56:19 +0000 |
| commit | f5fd950e35c962bad0aa31fdc4b4052e13207893 (patch) | |
| tree | 546a6f18faf325d834cee65b038abd15ab1cd2f5 /lib/atf | |
| parent | cf961c95e525919b24a748d601689134379fa0c4 (diff) | |
Notes
Diffstat (limited to 'lib/atf')
| -rw-r--r-- | lib/atf/libatf-c++/tests/Makefile | 2 | ||||
| -rw-r--r-- | lib/atf/libatf-c++/tests/detail/Makefile | 2 | ||||
| -rw-r--r-- | lib/atf/libatf-c/tests/Makefile | 2 | ||||
| -rw-r--r-- | lib/atf/libatf-c/tests/detail/Makefile | 2 | ||||
| -rw-r--r-- | lib/atf/tests/test-programs/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/atf/libatf-c++/tests/Makefile b/lib/atf/libatf-c++/tests/Makefile index 1ab5fdaa6e4c..c5a1d2495b6c 100644 --- a/lib/atf/libatf-c++/tests/Makefile +++ b/lib/atf/libatf-c++/tests/Makefile @@ -28,4 +28,4 @@ SRCS.${_T}= ${_T}.cpp test_helpers.cpp ATF_TESTS_SH= pkg_config_test -.include <atf.test.mk> +.include <bsd.test.mk> diff --git a/lib/atf/libatf-c++/tests/detail/Makefile b/lib/atf/libatf-c++/tests/detail/Makefile index 4e2e9cf538fd..b3fd4dcaf3b8 100644 --- a/lib/atf/libatf-c++/tests/detail/Makefile +++ b/lib/atf/libatf-c++/tests/detail/Makefile @@ -29,4 +29,4 @@ BINDIR.${p}= ${TESTSDIR} version_helper.o: atf-version .include "../../../common.mk" -.include <atf.test.mk> +.include <bsd.test.mk> diff --git a/lib/atf/libatf-c/tests/Makefile b/lib/atf/libatf-c/tests/Makefile index 14b199f591bb..1a091d3172f6 100644 --- a/lib/atf/libatf-c/tests/Makefile +++ b/lib/atf/libatf-c/tests/Makefile @@ -35,4 +35,4 @@ SRCS.${_T}= ${_T}.c test_helpers.c ATF_TESTS_SH= pkg_config_test -.include <atf.test.mk> +.include <bsd.test.mk> diff --git a/lib/atf/libatf-c/tests/detail/Makefile b/lib/atf/libatf-c/tests/detail/Makefile index 472ff9c7fb4a..aa85aa311c50 100644 --- a/lib/atf/libatf-c/tests/detail/Makefile +++ b/lib/atf/libatf-c/tests/detail/Makefile @@ -31,4 +31,4 @@ BINDIR.${p}= ${TESTSDIR} version_helper.o: atf-version .include "../../../common.mk" -.include <atf.test.mk> +.include <bsd.test.mk> diff --git a/lib/atf/tests/test-programs/Makefile b/lib/atf/tests/test-programs/Makefile index 8ff33332b6ff..b0c1c2376481 100644 --- a/lib/atf/tests/test-programs/Makefile +++ b/lib/atf/tests/test-programs/Makefile @@ -21,4 +21,4 @@ ATF_TESTS_SH+= ${_T} ATF_TESTS_SH_SRC_${_T}= common.sh ${_T}.sh .endfor -.include <atf.test.mk> +.include <bsd.test.mk> |
