Regression Test : Allow execution of tests starting at filter folder

This commit is contained in:
Magne Sjaastad
2019-04-24 08:06:13 +02:00
parent 5123d5d0c5
commit 6dd3b36f86
5 changed files with 16 additions and 2 deletions

View File

@@ -70,6 +70,9 @@ RiaRegressionTest::RiaRegressionTest(void)
"If empty, all tests are executed.\nTo execute a subset of tests, specify folder names separated by ;",
"");
testFilter.uiCapability()->setUiEditorTypeName(caf::PdmUiTextEditor::uiEditorTypeName());
CAF_PDM_InitField(
&appendTestsAfterTestFilter, "appendTestsAfterTestFilter", false, "Append All Tests After Test Filter", "", "", "");
}
//--------------------------------------------------------------------------------------------------