Searched refs:test_exe_path (Results 1 – 2 of 2) sorted by relevance
19 def __init__(self, test_exe_path, use_valgrind=False): argument20 self.test_exe_path = os.path.normpath(os.path.abspath(test_exe_path))28 cmd.extend([self.test_exe_path, '--test-auto'] + options)
521 test_exe_path = os.path.join(args.out_dir, 'Capture', args.test_suite)530 test_exe_path,