Searched refs:test_exe_path (Results 1 – 1 of 1) sorted by relevance
12 def __init__( self, test_exe_path, use_valgrind=False ): argument13 self.test_exe_path = os.path.normpath( os.path.abspath( test_exe_path ) )21 cmd.extend( [self.test_exe_path, '--test-auto'] + options )