FEDEM Solver
R8.0
Source code of the dynamics solver
|
Google test wrapper. More...
#include "gtest/gtest.h"
Go to the source code of this file.
Google test wrapper.
This file just includes the gtest.h file from the google test package and then redefines the INSTATIATE_TEST_CASE_P macro in case of newer versions. We do this to avoid the generated warning on use of the depreciated API. Since googletest does not have any versioning information, the way we check which version we have is to check if GTEST_INCLUDE_GTEST_GTEST_MATCHERS_H_ is defined. If so, we have a newer version.