databases/arrow/cpp: stop overriding do-test, pass ctest flags via TEST_FLAGS

This commit is contained in:
landry
2026-05-13 07:39:46 +00:00
parent 7e892daaad
commit d69ab5c76b
+2 -4
View File
@@ -69,9 +69,7 @@ WANTLIB += ${COMPILER_LIBCXX} c crypto m snappy ssl thrift z
# devel/gtest
# WANTLIB += boost_atomic-mt boost_context-mt boost_date_time-mt
# WANTLIB += boost_filesystem-mt boost_process-mt gmock gtest
# no way to set the timeout via env vars, defaults to 10000000
# arrow-utility-test.txt timeouts
do-test:
@${MODCMAKE_TEST_TARGET} --timeout 180
# arrow-utility-test.txt timeouts, and the default is 10000000
TEST_FLAGS = --timeout 180
.include <bsd.port.mk>