summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-05-12 15:41:55 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-05-12 16:29:27 +0200
commit3c06129432452e212a338f688d3ff1c7a563d270 (patch)
treead32032bdc0191746a49eb42ffcf97a3ec7df405
parent1c729546a2851606362a578b4848d506072537c0 (diff)
Fix duplicate autotest target name
Fixes: QTBUG-93727 Change-Id: Iadd798d06eca246947b105a3ad1aef11f80917b2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--tests/auto/parser/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/parser/CMakeLists.txt b/tests/auto/parser/CMakeLists.txt
index 3268a16..20e1dbe 100644
--- a/tests/auto/parser/CMakeLists.txt
+++ b/tests/auto/parser/CMakeLists.txt
@@ -1,9 +1,9 @@
#####################################################################
-## tst_parser Test:
+## tst_scxml_parser Test:
#####################################################################
-qt_internal_add_test(tst_parser
+qt_internal_add_test(tst_scxml_parser
SOURCES
tst_parser.cpp
PUBLIC_LIBRARIES
@@ -96,7 +96,7 @@ set(tst_parser_resource_files
"data/test1.scxml.errors"
)
-qt_internal_add_resource(tst_parser "tst_parser"
+qt_internal_add_resource(tst_scxml_parser "tst_parser"
PREFIX
"/tst_parser"
FILES