From 3871bb116d893c5bd405c32217aceaf8824d9bbc Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 6 Aug 2014 15:08:28 +0200 Subject: 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 --- tests/auto/blackbox/tst_blackbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/blackbox/tst_blackbox.h') 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(); -- cgit v1.2.3