mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#687) Improved launch of unit tests from command line
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
~RiaApplication();
|
||||
static RiaApplication* instance();
|
||||
|
||||
int parseArgumentsAndRunUnitTestsIfRequested();
|
||||
bool parseArguments();
|
||||
|
||||
void executeRegressionTests(const QString& regressionTestPath);
|
||||
@@ -159,8 +160,8 @@ public:
|
||||
|
||||
bool isRunningRegressionTests() const;
|
||||
|
||||
void launchUnitTests();
|
||||
void launchUnitTestsWithConsole();
|
||||
int launchUnitTests();
|
||||
int launchUnitTestsWithConsole();
|
||||
|
||||
private:
|
||||
enum ProjectLoadAction
|
||||
|
||||
Reference in New Issue
Block a user