Date: Mon, 01 Jun 2026 06:37:12 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e92bb0612034 - main - misc/vxl: Correct do-test target Message-ID: <6a1d2898.1c7b8.7ceab4e3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e92bb0612034e3329e83a7e69e54cf7c944156df commit e92bb0612034e3329e83a7e69e54cf7c944156df Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-01 06:36:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-01 06:36:46 +0000 misc/vxl: Correct do-test target --- misc/vxl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/vxl/Makefile b/misc/vxl/Makefile index 17be3876235f..b621f6a190a1 100644 --- a/misc/vxl/Makefile +++ b/misc/vxl/Makefile @@ -25,11 +25,12 @@ CONFLICTS_BUILD= dcmtk openjpeg15 CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_TESTING -do-test: # 1 test fails, see https://github.com/vxl/vxl/issues/920 +do-test: # some tests fail, see https://github.com/vxl/vxl/issues/920 @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test + ${SETENV} ${MAKE_ENV} ${CMAKE_BIN:H}/ctest --output-on-failure \ + --exclude-regex "vul_vul_test_driver|vpgl_algo_test_equi_rectification" .include <bsd.port.pre.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1d2898.1c7b8.7ceab4e3>
