svn commit: r398475 - head/devel/cunit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:06:57 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:06:56 2015
New Revision: 398475
URL: https://svnweb.freebsd.org/changeset/ports/398475

Log:
  - Convert to new test framework

Modified:
  head/devel/cunit/Makefile

Modified: head/devel/cunit/Makefile
==============================================================================
--- head/devel/cunit/Makefile	Sat Oct  3 17:06:52 2015	(r398474)
+++ head/devel/cunit/Makefile	Sat Oct  3 17:06:56 2015	(r398475)
@@ -29,6 +29,7 @@ TEST_DESC=	Internal test program
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		autoreconf gmake libtool pathfix tar:bzip2
 
@@ -58,7 +59,4 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|CUnit-[A-Z][a-z]*\.[a-z]*|${DATADIR}/&|' ${WRKSRC}/CUnit/Sources/Automated/Automated.c
 	@${REINPLACE_CMD} -e '/fprintf/ s|Memory-Dump\.[a-z]*|${DATADIR}/&|' ${WRKSRC}/CUnit/Sources/Framework/MyMem.c
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list