Date: Wed, 16 Mar 2016 19:47:02 -0700 From: NGie Cooper <yaneurabeya@gmail.com> To: "Simon J. Gerraty" <sjg@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r296970 - head/lib/libxo/tests Message-ID: <984878F0-9CE9-442D-8F7F-40C5365052AA@gmail.com> In-Reply-To: <201603170037.u2H0b4Rb082849@repo.freebsd.org> References: <201603170037.u2H0b4Rb082849@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Mar 16, 2016, at 17:37, Simon J. Gerraty <sjg@FreeBSD.org> wrote: >=20 > Author: sjg > Date: Thu Mar 17 00:37:04 2016 > New Revision: 296970 > URL: https://svnweb.freebsd.org/changeset/base/296970 >=20 > Log: > We need libutil >=20 > and make it feasible to at least build the tests in situ >=20 > Modified: > head/lib/libxo/tests/Makefile >=20 > Modified: head/lib/libxo/tests/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/lib/libxo/tests/Makefile Thu Mar 17 00:32:29 2016 (r296969)= > +++ head/lib/libxo/tests/Makefile Thu Mar 17 00:37:04 2016 (r296970)= > @@ -242,8 +242,14 @@ PROGS+=3D test_11 >=20 > CFLAGS+=3D -I${LIBXOSRC}/libxo >=20 > -LIBADD=3D xo > +LIBADD=3D xo util=20 >=20 > SUBDIR+=3D encoder >=20 > +.if ${MACHINE} =3D=3D "host" > +# make it easy to test without install > +TESTSDIR=3D ${.OBJDIR} > +CFLAGS+=3D -I${.CURDIR:H} > +.endif > + > .include <bsd.test.mk> This commit seems unnecessary -- have you tried make check yet? Thanks, -Ngie=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?984878F0-9CE9-442D-8F7F-40C5365052AA>