aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/pcre2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index 4dbd799909b4..417009711642 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -89,7 +89,7 @@ CORELIMIT?= /usr/bin/limits -Sc 0
TESTLOGS?= RunGrepTest RunTest pcre_jit_test pcre_scanner_unittest \
pcre_stringpiece_unittest pcrecpp_unittest
-check regression-test test: build
+do-test:
@cd ${WRKSRC} ; \
${SETENV} ${MAKE_ENV} ${CORELIMIT} ${MAKE_CMD} ${MAKE_ARGS} check ; \
for _l in ${TESTLOGS} ; do if ${TEST} -f $${_l}.log ; then \