svn commit: r353245 - head/databases/leveldb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 8 03:04:11 UTC 2014


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>


More information about the svn-ports-all mailing list