- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-12-13 22:34:54 +00:00
parent 5b3f3dd953
commit 4bd7f5e792
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403694

View File

@ -17,16 +17,11 @@ USES= gmake motif libtool # parallel builds are broken with bmake(1)
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
USE_LDCONFIG= yes
TEST_TARGET= check
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INFO= libxmi plotutils
test: build
@${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} ${_MAKE_JOBS} \
${MAKE_ARGS} check
regression-test: test
.include <bsd.port.mk>