UFO
TestHistoryCheck.cc
Go to the documentation of this file.
1 /*
2  * (C) 2021 Crown Copyright Met Office. All rights reserved.
3  * This software is licensed under the terms of the Apache Licence Version 2.0
4  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5  */
6 #include "../ufo/HistoryCheck.h"
7 #include "oops/runs/Run.h"
8 
9 int main(int argc, char ** argv) {
10  oops::Run run(argc, argv);
12  return run.execute(tests);
13 }
int main(int argc, char **argv)