mirror of https://github.com/qt/qtgrpc.git
Disable batch testing for qtgrpc repo
Tests are not designed for batch testing, so disabling them.
Change-Id: I2ed51dc971078e8bdf9e7b51372940374cc593f3
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit f77d778271)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
316a1562be
commit
728f2ddbd1
|
|
@ -7,4 +7,5 @@ if(QT_BUILD_STANDALONE_TESTS)
|
|||
find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui)
|
||||
find_package(WrapgRPC QUIET)
|
||||
endif()
|
||||
set(QT_BUILD_TESTS_BATCHED FALSE)
|
||||
qt_build_tests()
|
||||
|
|
|
|||
Loading…
Reference in New Issue