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/units/tests | |
parent | 4f4a7a03cea15a671284f9c06ada80755c994df6 (diff) | |
download | src-b2d48be1bc7df45ddd13b143a160d0acb5a383c5.tar.gz src-b2d48be1bc7df45ddd13b143a160d0acb5a383c5.zip |
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
netbsd-tests.test.mk (r289151)
- Eliminate explicit OBJTOP/SRCTOP setting
- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk
- Remove unnecessary TESTSDIR setting
- Use SRCTOP where possible for clarity
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Divison
Notes
Notes:
svn path=/head/; revision=289172
Diffstat (limited to 'usr.bin/units/tests')
-rw-r--r-- | usr.bin/units/tests/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/units/tests/Makefile b/usr.bin/units/tests/Makefile index 0694effd12a8..5b135f7dbf1f 100644 --- a/usr.bin/units/tests/Makefile +++ b/usr.bin/units/tests/Makefile @@ -2,8 +2,6 @@ .include <bsd.own.mk> -TESTSDIR= ${TESTSBASE}/usr.bin/units - TAP_TESTS_SH= basics_test .include <bsd.test.mk> |