svn commit: r322024 - projects/make-check-sandbox/lib/libxo/tests

Ngie Cooper ngie at FreeBSD.org
Thu Aug 3 18:07:02 UTC 2017


Author: ngie
Date: Thu Aug  3 18:07:01 2017
New Revision: 322024
URL: https://svnweb.freebsd.org/changeset/base/322024

Log:
  MFhead at r322023

Modified:
  projects/make-check-sandbox/lib/libxo/tests/Makefile
Directory Properties:
  projects/make-check-sandbox/   (props changed)

Modified: projects/make-check-sandbox/lib/libxo/tests/Makefile
==============================================================================
--- projects/make-check-sandbox/lib/libxo/tests/Makefile	Thu Aug  3 17:53:14 2017	(r322023)
+++ projects/make-check-sandbox/lib/libxo/tests/Makefile	Thu Aug  3 18:07:01 2017	(r322024)
@@ -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>


More information about the svn-src-projects mailing list