GTEST_USE_OWN_FLAGFILE support

This commit is contained in:
kosak
2015-07-19 21:50:45 +00:00
parent e7dbfde8ce
commit 4d69b1607a
4 changed files with 14 additions and 0 deletions

View File

@@ -32,6 +32,8 @@
//
// Flag related macros:
// GTEST_FLAG(flag_name)
// GTEST_USE_OWN_FLAGFILE_FLAG_ - Define to 0 when the system provides its
// own flagfile flag parsing.
// GTEST_DECLARE_bool_(name)
// GTEST_DECLARE_int32_(name)
// GTEST_DECLARE_string_(name)