forked from qt-creator/qt-creator
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:
@@ -47,7 +47,9 @@ public:
|
||||
enum Mode
|
||||
{
|
||||
Run,
|
||||
Debug
|
||||
RunWithoutDeploy,
|
||||
Debug,
|
||||
DebugWithoutDeploy
|
||||
};
|
||||
|
||||
static TestRunner* instance();
|
||||
|
||||
Reference in New Issue
Block a user