Home | History | Annotate | Download | only in testrunner

Lines Matching full:makefile

41     self._includes = Set() # variables included in makefile
42 self._variables = {} # variables defined in makefile
51 line: line of text from makefile
65 """Retrieve makefile variable.
70 value of specified identifier, None if identifier not found in makefile
77 """Retrieve makefile variable.
85 value of specified identifier, None if identifier not found in makefile
96 raise RuntimeError('recursive loop found for makefile variable %s'
109 """Check variable is included in makefile.
114 True if identifer is included in makefile, otherwise False
119 """Check if makefile has a 'include makefiles under here' rule"""
123 """Check if library is specified as a local java library in makefile.
128 True if library_name is included in makefile, otherwise False
137 """Check if makefile includes rule to build a native gtest.
140 True if rule to build native test is in makefile, otherwise False
164 filename: the filename of the makefile