aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-17 16:56:47 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-05-09 07:36:39 +0000
commit15751999bbfa66015f48bbdde2fea2d4e8fed61a (patch)
tree17998f9d794db3ee00fea05680f3abada10bf81c /tests/auto/blackbox/tst_blackbox.h
parent03d1b289e4f2dd8021b57a070e97092034ffa6ac (diff)
Add a Makefile generator
At the very least, this is a useful debugging tool, as it displays the artifacts part of the build graph in a familiar format. Tested successfully with the qbs project itself: The generated Makefile could be used to build a working qbs on Linux and Windows. [ChangeLog] Added a Makefile generator Task-number: QBS-33 Change-Id: I8165168d9273bdb4853d4ac566b72087f9104f7a 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 2804f513c..f3fb1f90d 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -154,6 +154,7 @@ private slots:
void listPropertyOrder();
void loadableModule();
void localDeployment();
+ void makefileGenerator();
void minimumSystemVersion();
void minimumSystemVersion_data();
void missingBuildGraph();