Belle II Software  release-08-01-10
test_main.cc File Reference

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>
Include dependency graph for test_main.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Run all tests.
 

Detailed Description

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.