Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2014 03:04:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353245 - head/databases/leveldb
Message-ID:  <201405080304.s4834BeX044301@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May  8 03:04:11 2014
New Revision: 353245
URL: http://svnweb.freebsd.org/changeset/ports/353245
QAT: https://qat.redports.org/buildarchive/r353245/

Log:
  - Add regression-test:

Modified:
  head/databases/leveldb/Makefile

Modified: head/databases/leveldb/Makefile
==============================================================================
--- head/databases/leveldb/Makefile	Thu May  8 03:04:06 2014	(r353244)
+++ head/databases/leveldb/Makefile	Thu May  8 03:04:11 2014	(r353245)
@@ -65,4 +65,7 @@ do-install:
 	${GREP} '^PLATFORM_CXXFLAGS=' ${WRKSRC}/build_config.mk | ${SED} 's|PLATFORM_CXXFLAGS|PLATFORM_CFLAGS|' >> ${WRKSRC}/build_config.mk
 	${INSTALL_DATA} ${WRKSRC}/build_config.mk ${STAGEDIR}${DATADIR}/
 
+regression-test test: build
+	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
+
 .include <bsd.port.mk>



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