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>bb10
parent
1e00ddc2cb
commit
8e307a6cf9
|
|
@ -27,4 +27,5 @@ qt_internal_add_test(tst_qmetaobject_compat
|
|||
USE_COMPAT_Q_ARG=1
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::CorePrivate
|
||||
NO_BATCH
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue