Added unit test to Testing menu

Launch of unit tests (gtests) is also possible from command line
parameter "unittest"
This commit is contained in:
Magne Sjaastad
2015-10-05 16:09:51 +02:00
parent f4cfc51de2
commit 63d401b6e6
8 changed files with 206 additions and 0 deletions

View File

@@ -489,6 +489,7 @@ void RiuMainWindow::createMenus()
testMenu->addSeparator();
testMenu->addAction(m_showRegressionTestDialog);
testMenu->addAction(m_executePaintEventPerformanceTest);
testMenu->addAction(cmdFeatureMgr->action("RicLaunchUnitTestsFeature"));
// Windows menu
m_windowMenu = menuBar()->addMenu("&Windows");