diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-02-09 22:49:48 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-02-09 22:49:48 +0000 |
| commit | c06eac9206cf604309c6ab9711572446719e639c (patch) | |
| tree | b94a04c0147f408897b87a9704b40d0c5fd8067f /libexec | |
| parent | 1778100f647ca92ace5cbcd822d9de1930116ee2 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atf/atf-check/tests/Makefile | 4 | ||||
| -rw-r--r-- | libexec/atf/atf-sh/tests/Makefile | 4 | ||||
| -rw-r--r-- | libexec/atf/tests/Makefile | 4 | ||||
| -rw-r--r-- | libexec/tests/Makefile | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/libexec/atf/atf-check/tests/Makefile b/libexec/atf/atf-check/tests/Makefile index 43a74988a27b..87b26cb4a823 100644 --- a/libexec/atf/atf-check/tests/Makefile +++ b/libexec/atf/atf-check/tests/Makefile @@ -2,9 +2,7 @@ .include <bsd.init.mk> -TESTSDIR= ${TESTSBASE}/libexec/atf/atf-check - -ATF= ${.CURDIR:H:H:H:H}/contrib/atf +ATF= ${SRCTOP}/contrib/atf .PATH: ${ATF}/atf-sh ATF_TESTS_SH= atf-check_test diff --git a/libexec/atf/atf-sh/tests/Makefile b/libexec/atf/atf-sh/tests/Makefile index 3360b974f9ee..9ccd6a7a44f1 100644 --- a/libexec/atf/atf-sh/tests/Makefile +++ b/libexec/atf/atf-sh/tests/Makefile @@ -2,9 +2,7 @@ .include <bsd.init.mk> -TESTSDIR= ${TESTSBASE}/libexec/atf/atf-sh - -ATF= ${.CURDIR:H:H:H:H}/contrib/atf +ATF= ${SRCTOP}/contrib/atf .PATH: ${ATF}/atf-sh ATF_TESTS_SH+= atf_check_test diff --git a/libexec/atf/tests/Makefile b/libexec/atf/tests/Makefile index 7aa96019367e..a0e63e5da42a 100644 --- a/libexec/atf/tests/Makefile +++ b/libexec/atf/tests/Makefile @@ -2,9 +2,7 @@ .include <bsd.own.mk> -TESTSDIR= ${TESTSBASE}/libexec/atf - -.PATH: ${.CURDIR:H:H:H}/tests +.PATH: ${SRCTOP}/tests KYUAFILE= yes .include <bsd.test.mk> diff --git a/libexec/tests/Makefile b/libexec/tests/Makefile index 665efab4275e..a0e63e5da42a 100644 --- a/libexec/tests/Makefile +++ b/libexec/tests/Makefile @@ -2,9 +2,7 @@ .include <bsd.own.mk> -TESTSDIR= ${TESTSBASE}/libexec - -.PATH: ${.CURDIR:H:H}/tests +.PATH: ${SRCTOP}/tests KYUAFILE= yes .include <bsd.test.mk> |
