LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "catch/catch.hpp"
#include "cetlib/filepath_maker.h"
#include "fhiclcpp/ParameterSet.h"
#include "fhiclcpp/make_ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <string>
Go to the source code of this file.
Macros | |
#define | CATCH_CONFIG_RUNNER |
Functions | |
void | usage (Catch::Session &session, string processName) |
string | processOptions (Catch::Session &session, int &argc, char **&argv) |
int | main (int argc, char **argv) |
#define CATCH_CONFIG_RUNNER |
Definition at line 2 of file catch_main.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 56 of file catch_main.cc.
References fhicl::make_ParameterSet(), processOptions(), s, mf::SetIteration(), and mf::StartMessageFacility().
string processOptions | ( | Catch::Session & | session, |
int & | argc, | ||
char **& | argv | ||
) |
void usage | ( | Catch::Session & | session, |
string | processName | ||
) |