From 16432be9afc39372b7c35a4fb2929b5835c067e0 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 20 Jun 2017 15:48:59 -0700 Subject: Move the buildgraph, language and tools tests into the proper locations Also export necessary symbols that they need. Change-Id: I3023893a3da82cf0d86b0d08df38943db867cf3a Reviewed-by: Christian Kandeler --- tests/auto/buildgraph/buildgraph.qbs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/auto/buildgraph/buildgraph.qbs') diff --git a/tests/auto/buildgraph/buildgraph.qbs b/tests/auto/buildgraph/buildgraph.qbs index f6c1cd1f7..aa3cdc3f0 100644 --- a/tests/auto/buildgraph/buildgraph.qbs +++ b/tests/auto/buildgraph/buildgraph.qbs @@ -3,5 +3,8 @@ import qbs QbsAutotest { testName: "buildgraph" condition: qbsbuildconfig.enableUnitTests - files: "tst_buildgraph.cpp" + files: [ + "tst_buildgraph.cpp", + "tst_buildgraph.h" + ] } -- cgit v1.2.3