summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qactiongroup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/kernel/qactiongroup')
-rw-r--r--tests/auto/gui/kernel/qactiongroup/CMakeLists.txt4
-rw-r--r--tests/auto/gui/kernel/qactiongroup/qactiongroup.pro2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/gui/kernel/qactiongroup/CMakeLists.txt b/tests/auto/gui/kernel/qactiongroup/CMakeLists.txt
index 6ef659ebc1..bcab5e05a2 100644
--- a/tests/auto/gui/kernel/qactiongroup/CMakeLists.txt
+++ b/tests/auto/gui/kernel/qactiongroup/CMakeLists.txt
@@ -1,10 +1,10 @@
# Generated from qactiongroup.pro.
#####################################################################
-## tst_qactiongroup Test:
+## tst_qactiongroup_kernel Test:
#####################################################################
-add_qt_test(tst_qactiongroup
+add_qt_test(tst_qactiongroup_kernel
SOURCES
tst_qactiongroup.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/gui/kernel/qactiongroup/qactiongroup.pro b/tests/auto/gui/kernel/qactiongroup/qactiongroup.pro
index 81ceb10429..a60109c63e 100644
--- a/tests/auto/gui/kernel/qactiongroup/qactiongroup.pro
+++ b/tests/auto/gui/kernel/qactiongroup/qactiongroup.pro
@@ -1,4 +1,4 @@
CONFIG += testcase
-TARGET = tst_qactiongroup
+TARGET = tst_qactiongroup_kernel
QT += testlib
SOURCES += tst_qactiongroup.cpp