From d40872602336511c0aff0d9ec4a8a43b203e184a Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 9 Feb 2022 15:06:42 +0100 Subject: [PATCH] Tests: Include flamegraphview test Change-Id: Id30d171d43c7b5adf5bb7b45fda99364662c93be Reviewed-by: Alessandro Portale --- tests/auto/tracing/flamegraphview/flamegraphview.qbs | 1 + tests/auto/tracing/tracing.qbs | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/auto/tracing/flamegraphview/flamegraphview.qbs b/tests/auto/tracing/flamegraphview/flamegraphview.qbs index 0be52f5d7ab..711e955014f 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 643d25f31ab..84000d731fe 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",