aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-05-29 09:53:58 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-05-30 13:30:22 +0000
commite655352e1ebfd09f2b08114f4d61c7a2f8dfc645 (patch)
tree9ed297a71e0ce25598622935ada328693fdec50f /tests/auto/blackbox/tst_blackbox.h
parent4174059bc4f5941698d897637271c012f7d7c791 (diff)
Introduce the autotest module
This module allows different autotests to run in different ways, for instance with a custom working directory. [ChangeLog] Introduced the autotest module Change-Id: I8e0438f0a9fb1d9103bbd3cc0d2b6d46c244def6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index cafdf2def..701803818 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -48,6 +48,8 @@ private slots:
void artifactScanning();
void assembly();
void autotestWithDependencies();
+ void autotests_data();
+ void autotests();
void auxiliaryInputsFromDependencies();
void badInterpreter();
void buildDataOfDisabledProduct();