summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core')
-rw-r--r--tests/auto/core/aspectcommanddebugger/CMakeLists.txt2
-rw-r--r--tests/auto/core/common/common.cmake2
-rw-r--r--tests/auto/core/handle/CMakeLists.txt2
-rw-r--r--tests/auto/core/matrix4x4_avx2/CMakeLists.txt2
-rw-r--r--tests/auto/core/matrix4x4_sse/CMakeLists.txt2
-rw-r--r--tests/auto/core/nodes/CMakeLists.txt4
-rw-r--r--tests/auto/core/qarmature/CMakeLists.txt4
-rw-r--r--tests/auto/core/qaspectengine/CMakeLists.txt2
-rw-r--r--tests/auto/core/qaspectfactory/CMakeLists.txt2
-rw-r--r--tests/auto/core/qaspectjob/CMakeLists.txt2
-rw-r--r--tests/auto/core/qchangearbiter/CMakeLists.txt4
-rw-r--r--tests/auto/core/qentity/CMakeLists.txt2
-rw-r--r--tests/auto/core/qjoint/CMakeLists.txt4
-rw-r--r--tests/auto/core/qresourcemanager/CMakeLists.txt2
-rw-r--r--tests/auto/core/qscene/CMakeLists.txt4
-rw-r--r--tests/auto/core/qscheduler/CMakeLists.txt2
-rw-r--r--tests/auto/core/qservicelocator/CMakeLists.txt2
-rw-r--r--tests/auto/core/qskeleton/CMakeLists.txt4
-rw-r--r--tests/auto/core/qskeletonloader/CMakeLists.txt4
-rw-r--r--tests/auto/core/qtransform/CMakeLists.txt4
-rw-r--r--tests/auto/core/threadpooler/CMakeLists.txt2
-rw-r--r--tests/auto/core/vector3d_base/CMakeLists.txt2
-rw-r--r--tests/auto/core/vector3d_sse/CMakeLists.txt2
-rw-r--r--tests/auto/core/vector4d_base/CMakeLists.txt2
-rw-r--r--tests/auto/core/vector4d_sse/CMakeLists.txt2
25 files changed, 33 insertions, 33 deletions
diff --git a/tests/auto/core/aspectcommanddebugger/CMakeLists.txt b/tests/auto/core/aspectcommanddebugger/CMakeLists.txt
index 08ad70bf7..7497ca342 100644
--- a/tests/auto/core/aspectcommanddebugger/CMakeLists.txt
+++ b/tests/auto/core/aspectcommanddebugger/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_aspectcommandddebugger Test:
#####################################################################
-qt_add_test(tst_aspectcommandddebugger
+qt_internal_add_test(tst_aspectcommandddebugger
SOURCES
tst_aspectcommanddebugger.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/common/common.cmake b/tests/auto/core/common/common.cmake
index 43857a65f..8b464c957 100644
--- a/tests/auto/core/common/common.cmake
+++ b/tests/auto/core/common/common.cmake
@@ -3,7 +3,7 @@ function(qt3d_setup_common_test target)
target_sources(${target} PRIVATE ${commonDir}/qbackendnodetester.h ${commonDir}/qbackendnodetester.cpp)
target_include_directories(${target} PRIVATE ${commonDir})
-# qt_extend_target(${target} CONDITION QT_FEATURE_private_tests
+# qt_internal_extend_target(${target} CONDITION QT_FEATURE_private_tests
# SOURCES
# ${commonDir}/qbackendnodetester.cpp ${commonDir}/qbackendnodetester.h
# ${commonDir}/testarbiter.h
diff --git a/tests/auto/core/handle/CMakeLists.txt b/tests/auto/core/handle/CMakeLists.txt
index 69f45aad9..ce77bd49a 100644
--- a/tests/auto/core/handle/CMakeLists.txt
+++ b/tests/auto/core/handle/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_handle Test:
#####################################################################
-qt_add_test(tst_handle
+qt_internal_add_test(tst_handle
SOURCES
tst_handle.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/matrix4x4_avx2/CMakeLists.txt b/tests/auto/core/matrix4x4_avx2/CMakeLists.txt
index 648967283..8fdfd32f7 100644
--- a/tests/auto/core/matrix4x4_avx2/CMakeLists.txt
+++ b/tests/auto/core/matrix4x4_avx2/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_matrix4x4_avx2 Test:
#####################################################################
-qt_add_test(tst_matrix4x4_avx2
+qt_internal_add_test(tst_matrix4x4_avx2
SOURCES
tst_matrix4x4_avx2.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/matrix4x4_sse/CMakeLists.txt b/tests/auto/core/matrix4x4_sse/CMakeLists.txt
index 8d28bd22c..79e78bae9 100644
--- a/tests/auto/core/matrix4x4_sse/CMakeLists.txt
+++ b/tests/auto/core/matrix4x4_sse/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_matrix4x4_sse Test:
#####################################################################
-qt_add_test(tst_matrix4x4_sse
+qt_internal_add_test(tst_matrix4x4_sse
SOURCES
tst_matrix4x4_sse.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/nodes/CMakeLists.txt b/tests/auto/core/nodes/CMakeLists.txt
index 56d375359..e72b54ca4 100644
--- a/tests/auto/core/nodes/CMakeLists.txt
+++ b/tests/auto/core/nodes/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_nodes Test:
#####################################################################
-qt_add_test(tst_nodes
+qt_internal_add_test(tst_nodes
SOURCES
tst_nodes.cpp
INCLUDE_DIRECTORIES
@@ -22,7 +22,7 @@ qt_add_test(tst_nodes
## Scopes:
#####################################################################
-qt_extend_target(tst_nodes CONDITION QT_FEATURE_private_tests
+qt_internal_extend_target(tst_nodes CONDITION QT_FEATURE_private_tests
SOURCES
../common/qbackendnodetester.cpp ../common/qbackendnodetester.h
../common/testarbiter.h
diff --git a/tests/auto/core/qarmature/CMakeLists.txt b/tests/auto/core/qarmature/CMakeLists.txt
index aa1989553..685427e0f 100644
--- a/tests/auto/core/qarmature/CMakeLists.txt
+++ b/tests/auto/core/qarmature/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qarmature Test:
#####################################################################
-qt_add_test(tst_qarmature
+qt_internal_add_test(tst_qarmature
SOURCES
tst_qarmature.cpp
INCLUDE_DIRECTORIES
@@ -22,7 +22,7 @@ qt_add_test(tst_qarmature
## Scopes:
#####################################################################
-qt_extend_target(tst_qarmature CONDITION QT_FEATURE_private_tests
+qt_internal_extend_target(tst_qarmature CONDITION QT_FEATURE_private_tests
SOURCES
../common/qbackendnodetester.cpp ../common/qbackendnodetester.h
../common/testarbiter.h
diff --git a/tests/auto/core/qaspectengine/CMakeLists.txt b/tests/auto/core/qaspectengine/CMakeLists.txt
index 3ca3a576a..150f98968 100644
--- a/tests/auto/core/qaspectengine/CMakeLists.txt
+++ b/tests/auto/core/qaspectengine/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qaspectengine Test:
#####################################################################
-qt_add_test(tst_qaspectengine
+qt_internal_add_test(tst_qaspectengine
SOURCES
tst_qaspectengine.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/qaspectfactory/CMakeLists.txt b/tests/auto/core/qaspectfactory/CMakeLists.txt
index b85033cb1..ef961833d 100644
--- a/tests/auto/core/qaspectfactory/CMakeLists.txt
+++ b/tests/auto/core/qaspectfactory/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qaspectfactory Test:
#####################################################################
-qt_add_test(tst_qaspectfactory
+qt_internal_add_test(tst_qaspectfactory
SOURCES
tst_qaspectfactory.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/qaspectjob/CMakeLists.txt b/tests/auto/core/qaspectjob/CMakeLists.txt
index 5ea02f88e..1e905d423 100644
--- a/tests/auto/core/qaspectjob/CMakeLists.txt
+++ b/tests/auto/core/qaspectjob/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qaspectjob Test:
#####################################################################
-qt_add_test(tst_qaspectjob
+qt_internal_add_test(tst_qaspectjob
SOURCES
tst_qaspectjob.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/qchangearbiter/CMakeLists.txt b/tests/auto/core/qchangearbiter/CMakeLists.txt
index ba4569dd2..23b0a2220 100644
--- a/tests/auto/core/qchangearbiter/CMakeLists.txt
+++ b/tests/auto/core/qchangearbiter/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qchangearbiter Test:
#####################################################################
-qt_add_test(tst_qchangearbiter
+qt_internal_add_test(tst_qchangearbiter
SOURCES
tst_qchangearbiter.cpp
INCLUDE_DIRECTORIES
@@ -22,7 +22,7 @@ qt_add_test(tst_qchangearbiter
## Scopes:
#####################################################################
-qt_extend_target(tst_qchangearbiter CONDITION QT_FEATURE_private_tests
+qt_internal_extend_target(tst_qchangearbiter CONDITION QT_FEATURE_private_tests
SOURCES
../common/qbackendnodetester.cpp ../common/qbackendnodetester.h
../common/testarbiter.h
diff --git a/tests/auto/core/qentity/CMakeLists.txt b/tests/auto/core/qentity/CMakeLists.txt
index e3a3c39b3..46135ce72 100644
--- a/tests/auto/core/qentity/CMakeLists.txt
+++ b/tests/auto/core/qentity/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qentity Test:
#####################################################################
-qt_add_test(tst_qentity
+qt_internal_add_test(tst_qentity
SOURCES
tst_qentity.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/qjoint/CMakeLists.txt b/tests/auto/core/qjoint/CMakeLists.txt
index c3b3b7195..555e757e7 100644
--- a/tests/auto/core/qjoint/CMakeLists.txt
+++ b/tests/auto/core/qjoint/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qjoint Test:
#####################################################################
-qt_add_test(tst_qjoint
+qt_internal_add_test(tst_qjoint
SOURCES
tst_qjoint.cpp
INCLUDE_DIRECTORIES
@@ -22,7 +22,7 @@ qt_add_test(tst_qjoint
## Scopes:
#####################################################################
-qt_extend_target(tst_qjoint CONDITION QT_FEATURE_private_tests
+qt_internal_extend_target(tst_qjoint CONDITION QT_FEATURE_private_tests
SOURCES
../common/qbackendnodetester.cpp ../common/qbackendnodetester.h
../common/testarbiter.h
diff --git a/tests/auto/core/qresourcemanager/CMakeLists.txt b/tests/auto/core/qresourcemanager/CMakeLists.txt
index 9fbc1c622..7b33269bf 100644
--- a/tests/auto/core/qresourcemanager/CMakeLists.txt
+++ b/tests/auto/core/qresourcemanager/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qresourcemanager Test:
#####################################################################
-qt_add_test(tst_qresourcemanager
+qt_internal_add_test(tst_qresourcemanager
SOURCES
tst_qresourcemanager.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/qscene/CMakeLists.txt b/tests/auto/core/qscene/CMakeLists.txt
index 581d5705d..bd0ade3ad 100644
--- a/tests/auto/core/qscene/CMakeLists.txt
+++ b/tests/auto/core/qscene/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qscene Test:
#####################################################################
-qt_add_test(tst_qscene
+qt_internal_add_test(tst_qscene
SOURCES
tst_qscene.cpp
INCLUDE_DIRECTORIES
@@ -22,7 +22,7 @@ qt_add_test(tst_qscene
## Scopes:
#####################################################################
-qt_extend_target(tst_qscene CONDITION QT_FEATURE_private_tests
+qt_internal_extend_target(tst_qscene CONDITION QT_FEATURE_private_tests
SOURCES
../common/qbackendnodetester.cpp ../common/qbackendnodetester.h
../common/testarbiter.h
diff --git a/tests/auto/core/qscheduler/CMakeLists.txt b/tests/auto/core/qscheduler/CMakeLists.txt
index 7447a8026..2d6f81753 100644
--- a/tests/auto/core/qscheduler/CMakeLists.txt
+++ b/tests/auto/core/qscheduler/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qscheduler Test:
#####################################################################
-qt_add_test(tst_qscheduler
+qt_internal_add_test(tst_qscheduler
SOURCES
tst_qscheduler.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/qservicelocator/CMakeLists.txt b/tests/auto/core/qservicelocator/CMakeLists.txt
index 71d48d335..0c903dd95 100644
--- a/tests/auto/core/qservicelocator/CMakeLists.txt
+++ b/tests/auto/core/qservicelocator/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qservicelocator Test:
#####################################################################
-qt_add_test(tst_qservicelocator
+qt_internal_add_test(tst_qservicelocator
SOURCES
tst_qservicelocator.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/qskeleton/CMakeLists.txt b/tests/auto/core/qskeleton/CMakeLists.txt
index 941c91c6c..b4d92d9b9 100644
--- a/tests/auto/core/qskeleton/CMakeLists.txt
+++ b/tests/auto/core/qskeleton/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qskeleton Test:
#####################################################################
-qt_add_test(tst_qskeleton
+qt_internal_add_test(tst_qskeleton
SOURCES
tst_qskeleton.cpp
INCLUDE_DIRECTORIES
@@ -22,7 +22,7 @@ qt_add_test(tst_qskeleton
## Scopes:
#####################################################################
-qt_extend_target(tst_qskeleton CONDITION QT_FEATURE_private_tests
+qt_internal_extend_target(tst_qskeleton CONDITION QT_FEATURE_private_tests
SOURCES
../common/qbackendnodetester.cpp ../common/qbackendnodetester.h
../common/testarbiter.h
diff --git a/tests/auto/core/qskeletonloader/CMakeLists.txt b/tests/auto/core/qskeletonloader/CMakeLists.txt
index e044349c5..d94ec660c 100644
--- a/tests/auto/core/qskeletonloader/CMakeLists.txt
+++ b/tests/auto/core/qskeletonloader/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qskeletonloader Test:
#####################################################################
-qt_add_test(tst_qskeletonloader
+qt_internal_add_test(tst_qskeletonloader
SOURCES
tst_qskeletonloader.cpp
INCLUDE_DIRECTORIES
@@ -22,7 +22,7 @@ qt_add_test(tst_qskeletonloader
## Scopes:
#####################################################################
-qt_extend_target(tst_qskeletonloader CONDITION QT_FEATURE_private_tests
+qt_internal_extend_target(tst_qskeletonloader CONDITION QT_FEATURE_private_tests
SOURCES
../common/qbackendnodetester.cpp ../common/qbackendnodetester.h
../common/testarbiter.h
diff --git a/tests/auto/core/qtransform/CMakeLists.txt b/tests/auto/core/qtransform/CMakeLists.txt
index 7a8d9441e..d78858afb 100644
--- a/tests/auto/core/qtransform/CMakeLists.txt
+++ b/tests/auto/core/qtransform/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qtransform Test:
#####################################################################
-qt_add_test(tst_qtransform
+qt_internal_add_test(tst_qtransform
SOURCES
tst_qtransform.cpp
INCLUDE_DIRECTORIES
@@ -22,7 +22,7 @@ qt_add_test(tst_qtransform
## Scopes:
#####################################################################
-qt_extend_target(tst_qtransform CONDITION QT_FEATURE_private_tests
+qt_internal_extend_target(tst_qtransform CONDITION QT_FEATURE_private_tests
SOURCES
../common/qbackendnodetester.cpp ../common/qbackendnodetester.h
../common/testarbiter.h
diff --git a/tests/auto/core/threadpooler/CMakeLists.txt b/tests/auto/core/threadpooler/CMakeLists.txt
index d09ef8795..7598ce97b 100644
--- a/tests/auto/core/threadpooler/CMakeLists.txt
+++ b/tests/auto/core/threadpooler/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_threadpooler Test:
#####################################################################
-qt_add_test(tst_threadpooler
+qt_internal_add_test(tst_threadpooler
SOURCES
tst_threadpooler.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/vector3d_base/CMakeLists.txt b/tests/auto/core/vector3d_base/CMakeLists.txt
index 83bddc490..8f74e3a6f 100644
--- a/tests/auto/core/vector3d_base/CMakeLists.txt
+++ b/tests/auto/core/vector3d_base/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_vector3d_base Test:
#####################################################################
-qt_add_test(tst_vector3d_base
+qt_internal_add_test(tst_vector3d_base
SOURCES
tst_vector3d_base.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/vector3d_sse/CMakeLists.txt b/tests/auto/core/vector3d_sse/CMakeLists.txt
index 30818d073..cf4ae3955 100644
--- a/tests/auto/core/vector3d_sse/CMakeLists.txt
+++ b/tests/auto/core/vector3d_sse/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_vector3d_sse Test:
#####################################################################
-qt_add_test(tst_vector3d_sse
+qt_internal_add_test(tst_vector3d_sse
SOURCES
tst_vector3d_sse.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/vector4d_base/CMakeLists.txt b/tests/auto/core/vector4d_base/CMakeLists.txt
index 3b514814a..87741ff51 100644
--- a/tests/auto/core/vector4d_base/CMakeLists.txt
+++ b/tests/auto/core/vector4d_base/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_vector4d_base Test:
#####################################################################
-qt_add_test(tst_vector4d_base
+qt_internal_add_test(tst_vector4d_base
SOURCES
tst_vector4d_base.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/core/vector4d_sse/CMakeLists.txt b/tests/auto/core/vector4d_sse/CMakeLists.txt
index 92efad8c3..76a080a76 100644
--- a/tests/auto/core/vector4d_sse/CMakeLists.txt
+++ b/tests/auto/core/vector4d_sse/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_vector4d_sse Test:
#####################################################################
-qt_add_test(tst_vector4d_sse
+qt_internal_add_test(tst_vector4d_sse
SOURCES
tst_vector4d_sse.cpp
PUBLIC_LIBRARIES