Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
#define CATCH_CONFIG_RUNNER |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 15 of file catch_main.cc.
19 using namespace Catch::clara;
21 auto cli = Arg(fhiclConfigFileName,
"config.fcl")(
"<fhicl-config-file>") |
26 int result = session.applyCommandLine(argc,
argv);
32 result = session.run();
34 return (result < 0xff ? result : 0xff);
void SetIteration(string const &val)
static ParameterSet make(intermediate_table const &tbl)
void StartMessageFacility(fhicl::ParameterSet const &pset, string const &applicationName)
def session(dburl="sqlite:///:memory:")