aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-10-17 14:55:44 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-10-21 11:11:24 +0000
commit1353ac64cf542dcd0b174e2e77e9c37d86fcba39 (patch)
treedd8758dad62e048f76ae04e8b96ccc0b7876b14d /tests/auto/blackbox/tst_blackbox.h
parent02af2595540e7666b6aad1991599763230af339d (diff)
Add test for cpp.generateLinkerMapFile property
This test cover only the applications using the MSVC and GCC-like toolchains yet. Other toolchains and a product types can be added later if it will required. Change-Id: I37db96015774447e1e30b503d9853599be0177f2 Reviewed-by: Christian Kandeler <christian.kandeler@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 382c65389..3a66b6962 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -119,6 +119,7 @@ private slots:
void fileDependencies();
void fileTagsFilterMerging();
void generatedArtifactAsInputToDynamicRule();
+ void generateLinkerMapFile();
void generator();
void generator_data();
void groupsInModules();