Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2016 19:18:15 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424783 - head/devel/libuv
Message-ID:  <201610271918.u9RJIFNV029164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Thu Oct 27 19:18:14 2016
New Revision: 424783
URL: https://svnweb.freebsd.org/changeset/ports/424783

Log:
  Switch to do-test.
  
  Suggested by:	amdmi3

Modified:
  head/devel/libuv/Makefile

Modified: head/devel/libuv/Makefile
==============================================================================
--- head/devel/libuv/Makefile	Thu Oct 27 18:31:41 2016	(r424782)
+++ head/devel/libuv/Makefile	Thu Oct 27 19:18:14 2016	(r424783)
@@ -29,11 +29,9 @@ pre-configure:
 	${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \
 		> ${WRKSRC}/m4/libuv-extra-automake-flags.m4
 
-.if defined(MAINTAINER_MODE)
-regression-test:
+do-test:
 	(cd ${WRKSRC} && ./gyp_uv.py -f make &&	\
 	${SETENV} ${MAKE_ENV} ${GMAKE} -C out && \
 	./out/Debug/run-tests)
-.endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610271918.u9RJIFNV029164>