diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2015-10-12 08:16:03 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2015-10-12 08:16:03 +0000 |
| commit | b2d48be1bc7df45ddd13b143a160d0acb5a383c5 (patch) | |
| tree | 67a85c5694bcdbbc7b1839be795cd25ef318ed91 /usr.bin/cmp | |
| parent | 4f4a7a03cea15a671284f9c06ada80755c994df6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/cmp')
| -rw-r--r-- | usr.bin/cmp/tests/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/cmp/tests/Makefile b/usr.bin/cmp/tests/Makefile index 1c054c6888f8f..bfae46c8a2a42 100644 --- a/usr.bin/cmp/tests/Makefile +++ b/usr.bin/cmp/tests/Makefile @@ -1,12 +1,9 @@ # $FreeBSD$ -TESTSRC= ${.CURDIR}/../../../contrib/netbsd-tests/usr.bin/cmp -.PATH: ${TESTSRC} - .include <bsd.own.mk> -TESTSDIR= ${TESTSBASE}/usr.bin/cmp -ATF_TESTS_SH= cmp_test -ATF_TESTS_SH_SRC_cmp_test= t_cmp.sh +NETBSD_ATF_TESTS_SH= cmp_test + +.include <netbsd-tests.test.mk> .include <bsd.test.mk> |
