mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add separate target for unit tests for easier test access. Remove unit tests from ResInsight application. (#11184)
Clean up cmake configuration a bit, and pull down gtest when needed, no longer use a thirdparty subfolder Add a ResInsight-tests target to run the unit tests
This commit is contained in:
@@ -516,7 +516,6 @@ void RiuMainWindow::createMenus()
|
||||
testMenu->addSeparator();
|
||||
testMenu->addAction( m_showRegressionTestDialog );
|
||||
testMenu->addAction( m_executePaintEventPerformanceTest );
|
||||
testMenu->addAction( cmdFeatureMgr->action( "RicLaunchUnitTestsFeature" ) );
|
||||
testMenu->addAction( cmdFeatureMgr->action( "RicRunCommandFileFeature" ) );
|
||||
testMenu->addAction( cmdFeatureMgr->action( "RicExportObjectAndFieldKeywordsFeature" ) );
|
||||
testMenu->addAction( cmdFeatureMgr->action( "RicSaveProjectNoGlobalPathsFeature" ) );
|
||||
@@ -665,7 +664,6 @@ void RiuMainWindow::createToolBars()
|
||||
{
|
||||
QToolBar* toolbar = addToolBar( tr( "Test" ) );
|
||||
toolbar->setObjectName( toolbar->windowTitle() );
|
||||
toolbar->addAction( cmdFeatureMgr->action( "RicLaunchUnitTestsFeature" ) );
|
||||
toolbar->addAction( cmdFeatureMgr->action( "RicLaunchRegressionTestsFeature" ) );
|
||||
toolbar->addAction( cmdFeatureMgr->action( "RicLaunchRegressionTestDialogFeature" ) );
|
||||
toolbar->addAction( cmdFeatureMgr->action( "RicShowClassNamesFeature" ) );
|
||||
|
||||
Reference in New Issue
Block a user