summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
diff options
context:
space:
mode:
authorMikolaj Boc <mikolaj.boc@qt.io>2022-09-02 16:50:53 +0200
committerMikoĊ‚aj Boc <Mikolaj.Boc@qt.io>2022-09-02 19:22:32 +0000
commit8e307a6cf90b6096b074737ee4392525ff591681 (patch)
tree191c09b38a12d544e791557981aca64fab442c9f /tests/auto/corelib
parent1e00ddc2cb239b0f4bd17dd95b49908ad8c3aca3 (diff)
Don't batch qmetaobject_compat
Batching the tests leads to one of the tests tst_qmetaobject and tst_qmetaobject_compat not being registered in the batch. Attempts to batch those together fail as batch test name is defined per-source, which, in this rare case, is the same across the two targets. Change-Id: I356931feabc004c39ba0b6863b5f64e06d739a58 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/corelib')
-rw-r--r--tests/auto/corelib/kernel/qmetaobject/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/kernel/qmetaobject/CMakeLists.txt b/tests/auto/corelib/kernel/qmetaobject/CMakeLists.txt
index a4361d4779..a227b5a3ad 100644
--- a/tests/auto/corelib/kernel/qmetaobject/CMakeLists.txt
+++ b/tests/auto/corelib/kernel/qmetaobject/CMakeLists.txt
@@ -27,4 +27,5 @@ qt_internal_add_test(tst_qmetaobject_compat
USE_COMPAT_Q_ARG=1
PUBLIC_LIBRARIES
Qt::CorePrivate
+ NO_BATCH
)