Searched refs:test_executable (Results 1 – 4 of 4) sorted by relevance
129 test_executable = options.test130 if options.build_dir and not test_executable.startswith(options.build_dir):131 test_executable = os.path.join(options.build_dir, test_executable)132 args = [test_executable] + args
142 test_executable = options.test143 if options.build_dir and not test_executable.startswith(options.build_dir):144 test_executable = os.path.join(options.build_dir, test_executable)145 args = [test_executable] + args
506 test_executable = util.relrealpath( variable510 printer.Print(test_executable)516 rc |= threaded_tests.RunTests(test_executable,
461 def test_executable(self): member in SysModuleTest