opnsense-src/lib/libxo/tests/encoder/Makefile
Glen Barber 43faedc133 First pass to fix the 'tests' packages.
Sponsored by:	The FreeBSD Foundation
2016-02-02 22:26:49 +00:00

23 lines
354 B
Makefile

# $FreeBSD$
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
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
LIBADD= xo
.include <bsd.lib.mk>