1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/qtutilities: Fix tests

This commit is contained in:
Yuri Victorovich 2024-03-06 02:51:52 -08:00
parent 5a42024d4a
commit 6de8754569

View File

@ -20,9 +20,10 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= Martchus
MAKE_ENV+= QT_QPA_PLATFORM=offscreen # otherwise tests fail because they can't connect to display
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_TESTING_ARGS= -DEXCLUDE_TESTS_FROM_ALL=OFF
# 3 tests fail, see https://github.com/Martchus/qtutilities/issues/10
CMAKE_TESTING_TARGET= check
.include <bsd.port.mk>