aboutsummaryrefslogtreecommitdiff
path: root/lib/libxo
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-03 17:53:14 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-03 17:53:14 +0000
commitb3828041441d5141d80b72f854b86c18ea545ac0 (patch)
tree76497cb2ca6c6c6428fe9786adb985cec1d4322e /lib/libxo
parentfd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837 (diff)
downloadsrc-b3828041441d5141d80b72f854b86c18ea545ac0.tar.gz
src-b3828041441d5141d80b72f854b86c18ea545ac0.zip
Notes
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/tests/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libxo/tests/Makefile b/lib/libxo/tests/Makefile
index 20580edb329f..2c5f1a03ea73 100644
--- a/lib/libxo/tests/Makefile
+++ b/lib/libxo/tests/Makefile
@@ -242,13 +242,8 @@ PROGS+= test_11
CFLAGS+= -I${LIBXOSRC}/libxo -I${.CURDIR:H}
-LIBADD= xo util
+LIBADD= xo util
SUBDIR+= encoder
-.if ${MACHINE} == "host"
-# make it easy to test without install
-TESTSDIR= ${.OBJDIR}
-.endif
-
.include <bsd.test.mk>