ATLAS Offline Software
Loading...
Searching...
No Matches
all_tests.cxx File Reference
#include "gmock/gmock.h"
Include dependency graph for TrigHypothesis/TrigHLTJetHypoUnitTests/tests/all_tests.cxx:

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 7 of file TrigHypothesis/TrigHLTJetHypoUnitTests/tests/all_tests.cxx.

7 {
8 ::testing::InitGoogleMock( &argc, argv );
9 return RUN_ALL_TESTS();
10}