svn commit: r429258 - head/devel/libmill

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 23 13:06:26 UTC 2016


Author: bapt
Date: Fri Dec 23 13:06:25 2016
New Revision: 429258
URL: https://svnweb.freebsd.org/changeset/ports/429258

Log:
  Add support for the test framework

Modified:
  head/devel/libmill/Makefile

Modified: head/devel/libmill/Makefile
==============================================================================
--- head/devel/libmill/Makefile	Fri Dec 23 12:54:54 2016	(r429257)
+++ head/devel/libmill/Makefile	Fri Dec 23 13:06:25 2016	(r429258)
@@ -15,5 +15,6 @@ USES=		pathfix libtool
 INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+TEST_TARGET=	check
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list