aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index 6386491ac..b31495ad0 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -87,6 +87,10 @@ private slots:
void erroneousFiles();
void errorInfo();
void escapedLinkerFlags();
+ void exportedDependencyInDisabledProduct();
+ void exportedDependencyInDisabledProduct_data();
+ void exportedPropertyInDisabledProduct();
+ void exportedPropertyInDisabledProduct_data();
void exportRule();
void exportToOutsideSearchPath();
void externalLibs();
@@ -161,6 +165,7 @@ private slots:
void productDependenciesByType();
void productProperties();
void propertyAssignmentOnNonPresentModule();
+ void propertyAssignmentInFailedModule();
void propertyChanges();
void propertyPrecedence();
void properQuoting();