11 #ifndef OOPS_RUNS_TEST_H_
12 #define OOPS_RUNS_TEST_H_
21 #include <boost/tokenizer.hpp>
23 #include "eckit/config/Configuration.h"
24 #include "eckit/testing/Test.h"
25 #include "eckit/utils/Tokenizer.h"
29 #include "oops/util/CompareNVectors.h"
30 #include "oops/util/FloatCompare.h"
31 #include "oops/util/Logger.h"
32 #include "oops/util/Printable.h"
43 int execute(
const eckit::Configuration & config)
const;
46 virtual std::string
testid()
const = 0;
61 char dummy[] =
"abcde";
65 Log::trace() <<
"Registering the unit tests" << std::endl;
67 Log::trace() <<
"Running the unit tests" << std::endl;
68 int result = eckit::testing::run_tests(argc, argv,
false);
69 Log::trace() <<
"Finished running the unit tests" << std::endl;
70 Log::error() <<
"Finished running the unit tests, result = " << result << std::endl;
virtual void register_tests() const =0
virtual std::string testid() const =0
virtual void clear() const =0
int execute(const eckit::Configuration &config) const
static bool init_unit_test()
std::string appname() const
Test(const eckit::mpi::Comm &comm=oops::mpi::world())
void setup(const eckit::Configuration &conf)
static TestEnvironment & getInstance()
const eckit::mpi::Comm & world()
Default communicator with all MPI tasks (ie MPI_COMM_WORLD)
The namespace for the main oops code.