summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-02-09 15:06:42 +0100
committerChristian Stenger <christian.stenger@qt.io>2022-02-10 05:52:07 +0000
commitd40872602336511c0aff0d9ec4a8a43b203e184a (patch)
treecf646c2244221b74c2e62a726efcc8638b31c726 /tests
parentb36bba03ba260afc2d117f3a9ae84067f250a2ee (diff)
downloadqt-creator-d40872602336511c0aff0d9ec4a8a43b203e184a.tar.gz
Tests: Include flamegraphview test
Change-Id: Id30d171d43c7b5adf5bb7b45fda99364662c93be Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tracing/flamegraphview/flamegraphview.qbs1
-rw-r--r--tests/auto/tracing/tracing.qbs1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/tracing/flamegraphview/flamegraphview.qbs b/tests/auto/tracing/flamegraphview/flamegraphview.qbs
index 0be52f5d7a..711e955014 100644
--- a/tests/auto/tracing/flamegraphview/flamegraphview.qbs
+++ b/tests/auto/tracing/flamegraphview/flamegraphview.qbs
@@ -4,6 +4,7 @@ import "../tracingautotest.qbs" as TracingAutotest
TracingAutotest {
name: "FlameGraphView autotest"
+ Depends { name: "Utils" }
Depends { name: "Qt.quickwidgets" }
Group {
diff --git a/tests/auto/tracing/tracing.qbs b/tests/auto/tracing/tracing.qbs
index 643d25f31a..84000d731f 100644
--- a/tests/auto/tracing/tracing.qbs
+++ b/tests/auto/tracing/tracing.qbs
@@ -5,6 +5,7 @@ Project {
references: [
"flamegraph/flamegraph.qbs",
+ "flamegraphview/flamegraphview.qbs",
"timelinemodel/timelinemodel.qbs",
"timelinemodelaggregator/timelinemodelaggregator.qbs",
"timelinenotesmodel/timelinenotesmodel.qbs",