AutoTest: Allow run/debug without deployment

Task-number: QTCREATORBUG-16486
Change-Id: I7ef5887e065830152744a9bd7d7727058b4521d9
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Christian Stenger
2016-06-27 11:07:16 +02:00
parent 5dcf23f62d
commit e70adf820e
3 changed files with 29 additions and 4 deletions

View File

@@ -47,7 +47,9 @@ public:
enum Mode
{
Run,
Debug
RunWithoutDeploy,
Debug,
DebugWithoutDeploy
};
static TestRunner* instance();