svn commit: r296970 - head/lib/libxo/tests

NGie Cooper yaneurabeya at gmail.com
Thu Mar 17 02:47:05 UTC 2016


> On Mar 16, 2016, at 17:37, Simon J. Gerraty <sjg at FreeBSD.org> wrote:
> 
> Author: sjg
> Date: Thu Mar 17 00:37:04 2016
> New Revision: 296970
> URL: https://svnweb.freebsd.org/changeset/base/296970
> 
> Log:
>  We need libutil
> 
>  and make it feasible to at least build the tests in situ
> 
> Modified:
>  head/lib/libxo/tests/Makefile
> 
> Modified: head/lib/libxo/tests/Makefile
> ==============================================================================
> --- 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+= test_11
> 
> CFLAGS+=    -I${LIBXOSRC}/libxo
> 
> -LIBADD=        xo
> +LIBADD=        xo util 
> 
> SUBDIR+=    encoder
> 
> +.if ${MACHINE} == "host"
> +# make it easy to test without install
> +TESTSDIR=    ${.OBJDIR}
> +CFLAGS+=    -I${.CURDIR:H}
> +.endif
> +
> .include <bsd.test.mk>

This commit seems unnecessary -- have you tried make check yet?
Thanks,
-Ngie


More information about the svn-src-head mailing list