Improves support for building Google Test as Windows DLL.
This commit is contained in:
@@ -45,4 +45,3 @@
|
||||
#include "test/gtest-typed-test2_test.cc"
|
||||
#include "test/gtest_unittest.cc"
|
||||
#include "test/production.cc"
|
||||
#include "src/gtest_main.cc"
|
||||
|
||||
@@ -1085,9 +1085,7 @@ class BarEnvironment : public testing::Environment {
|
||||
}
|
||||
};
|
||||
|
||||
GTEST_DEFINE_bool_(internal_skip_environment_and_ad_hoc_tests, false,
|
||||
"This flag causes the program to skip test environment "
|
||||
"tests and ad hoc tests.");
|
||||
bool GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests) = false;
|
||||
|
||||
// The main function.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user