- Convert to new test framework

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-01 15:55:47 +00:00
parent c5615c7f39
commit 8e4e8bd9f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398296

View file

@ -24,6 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib
TEST_TARGET= check
USE_LDCONFIG= yes
USES= libtool pathfix
@ -46,7 +47,4 @@ post-install:
cd ${WRKSRC}/ && ${INSTALL_DATA} doc/LCMSAPI.TXT doc/TUTORIAL.TXT tifficc/tifficc.c \
jpegicc/jpegicc.c jpegicc/iccjpeg.c samples/wtpt.c samples/icctrans.c ${STAGEDIR}${DOCSDIR}/
regression-test test: build
cd ${WRKSRC}/testbed/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
.include <bsd.port.mk>