summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qaction
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/kernel/qaction')
-rw-r--r--tests/auto/gui/kernel/qaction/CMakeLists.txt4
-rw-r--r--tests/auto/gui/kernel/qaction/qaction.pro2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/gui/kernel/qaction/CMakeLists.txt b/tests/auto/gui/kernel/qaction/CMakeLists.txt
index c14444c123..bdd1a1d165 100644
--- a/tests/auto/gui/kernel/qaction/CMakeLists.txt
+++ b/tests/auto/gui/kernel/qaction/CMakeLists.txt
@@ -1,10 +1,10 @@
# Generated from qaction.pro.
#####################################################################
-## tst_qaction Test:
+## tst_qaction_kernel Test:
#####################################################################
-add_qt_test(tst_qaction
+add_qt_test(tst_qaction_kernel
SOURCES
tst_qaction.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/gui/kernel/qaction/qaction.pro b/tests/auto/gui/kernel/qaction/qaction.pro
index fae8d826f4..83e8296e68 100644
--- a/tests/auto/gui/kernel/qaction/qaction.pro
+++ b/tests/auto/gui/kernel/qaction/qaction.pro
@@ -1,4 +1,4 @@
CONFIG += testcase
-TARGET = tst_qaction
+TARGET = tst_qaction_kernel
QT += gui-private core-private testlib
SOURCES += tst_qaction.cpp