summaryrefslogtreecommitdiffstats
path: root/lib/libxo
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-06 17:22:54 +0000
committerngie <ngie@FreeBSD.org>2015-10-06 17:22:54 +0000
commitec4808a9a6dc06c810390ae575d25b684ab11b99 (patch)
tree717c33497a91ae0320cbbff830ebdfb9887c5613 /lib/libxo
parentec96fc8eab059ccb953b60454e8c2ff8bace647f (diff)
downloadFreeBSD-src-ec4808a9a6dc06c810390ae575d25b684ab11b99.zip
FreeBSD-src-ec4808a9a6dc06c810390ae575d25b684ab11b99.tar.gz
Add directory for test encoder missed by accident in r288929
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/tests/encoder/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/libxo/tests/encoder/Makefile b/lib/libxo/tests/encoder/Makefile
new file mode 100644
index 0000000..2cd86b9
--- /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 <bsd.lib.mk>
OpenPOWER on IntegriCloud