ATLAS Offline Software
Loading...
Searching...
No Matches
TrigHypothesis/TrigHLTJetHypoUnitTests/tests/all_tests.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "gmock/gmock.h"
6
7int main(int argc, char **argv) {
8 ::testing::InitGoogleMock( &argc, argv );
9 return RUN_ALL_TESTS();
10}
int main()
Definition hello.cxx:18