aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-05-11 10:13:39 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-05-14 08:36:14 +0000
commit3512a8cd5a2be336f610ec2334185e525af46b65 (patch)
tree1b5c40f8d649376e27541867cc13115c99365f75 /tests/auto/blackbox/tst_blackbox.h
parent2bda52aa3d50deb56128f42395ae9f2686af2a99 (diff)
Properly handle Depends.profiles
... when adjusting dependencies for multiplexing. If the profiles property is set, it must override our heuristic about which variant of the dependency to use. Change-Id: I207dd6cdee91fb2715b5abcd634573f850f14404 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index 91a177063..2646704f9 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -168,6 +168,7 @@ private slots:
void movedFileDependency();
void multipleChanges();
void multipleConfigurations();
+ void multiplexedTool();
void nestedGroups();
void nestedProperties();
void newOutputArtifact();