From b1c0dae171acf3eaeee0672553b209991d3ca48d Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 6 Oct 2015 17:22:54 +0000 Subject: [PATCH] Add directory for test encoder missed by accident in r288929 Sponsored by: EMC / Isilon Storage Division --- lib/libxo/tests/encoder/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/libxo/tests/encoder/Makefile diff --git a/lib/libxo/tests/encoder/Makefile b/lib/libxo/tests/encoder/Makefile new file mode 100644 index 000000000000..2cd86b917855 --- /dev/null +++ b/lib/libxo/tests/encoder/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +LIBXOSRC= ${SRCTOP}/contrib/libxo + +.PATH: ${LIBXOSRC}/encoder/test + +SHLIB_NAME= libenc_test.so + +LIBDIR= ${TESTSBASE}/lib/libxo + +SYMLINKS+= ${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc + +SRCS= enc_test.c + +CFLAGS+= -I${LIBXOSRC}/libxo + +DPADD+= ${LIBXO} +LDADD+= -lxo + +.include