1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Convert to new test framework

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-03 17:07:01 +00:00
parent 767b4c8053
commit 8ed5e63d09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398476

View File

@ -15,6 +15,7 @@ CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_LIBS=ON \
-DBUILD_TESTING=ON \
-DGFLAGS_NAMESPACE=gflags
TEST_TARGET= test
USE_LDCONFIG= yes
USES= cmake shebangfix
@ -22,7 +23,4 @@ USE_GITHUB= yes
SHEBANG_FILES= src/gflags_completions.sh
regression-test test: build
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test
.include <bsd.port.mk>