added: test for outputdir

This commit is contained in:
Arne Morten Kvarving
2023-12-19 10:34:59 +01:00
committed by Atgeirr Flø Rasmussen
parent c95cd5b147
commit de9c3ddfda
4 changed files with 176 additions and 0 deletions

View File

@@ -190,6 +190,14 @@ public:
}
}
//! \brief Used for test_outputdir.
int justInitialize()
{
int exitCode = EXIT_SUCCESS;
initialize_<Properties::TTag::FlowEarlyBird>(exitCode);
return exitCode;
}
private:
int dispatchDynamic_()
{