Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Namespaces | |
namespace | fuse_gtest_files |
Variables | |
string | fuse_gtest_files.__author__ 'wan@google.com (Zhanyong Wan)' |
tuple | fuse_gtest_files.DEFAULT_GTEST_ROOT_DIR os.path.join(os.path.dirname(__file__), '..') |
tuple | fuse_gtest_files.INCLUDE_GTEST_FILE_REGEX re.compile(r'^\s*#\s*include\s*"(gtest/.+)"') |
tuple | fuse_gtest_files.INCLUDE_SRC_FILE_REGEX re.compile(r'^\s*#\s*include\s*"(src/.+)"') |
string | fuse_gtest_files.GTEST_H_SEED 'include/gtest/gtest.h' |
string | fuse_gtest_files.GTEST_SPI_H_SEED 'include/gtest/gtest-spi.h' |
string | fuse_gtest_files.GTEST_ALL_CC_SEED 'src/gtest-all.cc' |
string | fuse_gtest_files.GTEST_H_OUTPUT 'gtest/gtest.h' |
string | fuse_gtest_files.GTEST_ALL_CC_OUTPUT 'gtest/gtest-all.cc' |