Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GTestSuite.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Sacado Package
4 //
5 // Copyright 2006 NTESS and the Sacado contributors.
6 // SPDX-License-Identifier: LGPL-2.1-or-later
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "Fad/fad.h"
11 #include "gtest/gtest.h"
12 
13 void FAD::error(const char *msg) {
14  std::cout << msg << std::endl;
15 }
16 
17 int main(int argc, char **argv) {
18  ::testing::InitGoogleTest(&argc, argv);
19  return RUN_ALL_TESTS();
20 }
int main()
Definition: ad_example.cpp:171
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2484
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition: gtest.cc:6527