Add directory for test encoder missed by accident in r288929
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
f09af4b5c9
commit
b1c0dae171
20
lib/libxo/tests/encoder/Makefile
Normal file
20
lib/libxo/tests/encoder/Makefile
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user