aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-08-06 15:08:28 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-08-06 15:48:26 +0200
commit3871bb116d893c5bd405c32217aceaf8824d9bbc (patch)
tree1f20e5647b54b24bfe9f0c171fb3c70b5e35f4b5 /tests/auto/blackbox/tst_blackbox.h
parentc6ee3922806999e0b22ece745cde88630e1ec67f (diff)
enhance TestBlackbox::changedFiles
It makes a difference whether we start from an initial build with or without the --changed-files option. An initial build without the --changed-files options followed by an incremental build with --changed-files unveils QBS-660. Task-number: QBS-660 Change-Id: Iee8466dd203bed01cf053c8eb78d7b960f20a035 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
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 066d46f5b..1ce6003c3 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -104,6 +104,7 @@ private slots:
void build_project_dry_run_data();
void build_project_dry_run();
void changeDependentLib();
+ void changedFiles_data();
void changedFiles();
void dependenciesProperty();
void disabledProduct();