AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Functions | Variables
fuse_gtest_files.py File Reference

Namespaces

 fuse_gtest_files
 

Functions

def fuse_gtest_files.VerifyFileExists (directory, relative_path)
 
def fuse_gtest_files.ValidateGTestRootDir (gtest_root)
 
def fuse_gtest_files.VerifyOutputFile (output_dir, relative_path)
 
def fuse_gtest_files.ValidateOutputDir (output_dir)
 
def fuse_gtest_files.FuseGTestH (gtest_root, output_dir)
 
def fuse_gtest_files.FuseGTestAllCcToFile (gtest_root, output_file)
 
def fuse_gtest_files.FuseGTestAllCc (gtest_root, output_dir)
 
def fuse_gtest_files.FuseGTest (gtest_root, output_dir)
 
def fuse_gtest_files.main ()
 

Variables

 fuse_gtest_files.DEFAULT_GTEST_ROOT_DIR = os.path.join(os.path.dirname(__file__), '..')
 
 fuse_gtest_files.INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gtest/.+)"')
 
 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'
 

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0