mirror of https://github.com/qt/qtgrpc.git
Disable batch testing for qtgrpc repo
Tests are not designed for batch testing, so disabling them. Pick-to: 6.5 6.6 Change-Id: I2ed51dc971078e8bdf9e7b51372940374cc593f3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
efe4eb89a7
commit
f77d778271
|
|
@ -7,4 +7,5 @@ if(QT_BUILD_STANDALONE_TESTS)
|
|||
find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Quick QuickTest)
|
||||
find_package(WrapgRPC QUIET)
|
||||
endif()
|
||||
set(QT_BUILD_TESTS_BATCHED FALSE)
|
||||
qt_build_tests()
|
||||
|
|
|
|||
Loading…
Reference in New Issue