Belle II Software light-2406-ragdoll
|
Main function to unit test executables. More...
#include "gtest/gtest.h"
#include "framework/core/RandomNumbers.h"
#include <framework/logging/LogSystem.h>
#include <framework/logging/LogConfig.h>
#include <framework/dbobjects/MagneticField.h>
#include <framework/dbobjects/MagneticFieldComponentConstant.h>
#include <mdst/dbobjects/CollisionInvariantMass.h>
#include <mdst/dbobjects/CollisionBoostVector.h>
#include <mdst/dbobjects/CollisionAxisCMS.h>
#include <mdst/dbobjects/BeamSpot.h>
#include <framework/database/DBStore.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Run all tests. | |
Main function to unit test executables.
This file contains basically a copy of the gtest_main.cc provided by the gtest framework but extends it with a custom event listener to set the random state before each test to a well defined state.
Definition in file test_main.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Run all tests.
Definition at line 91 of file test_main.cc.