Home
last modified time | relevance | path

Searched refs:test_exe_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/jsoncpp/test/
H A Drununittests.py19 def __init__(self, test_exe_path, use_valgrind=False): argument
20 self.test_exe_path = os.path.normpath(os.path.abspath(test_exe_path))
28 cmd.extend([self.test_exe_path, '--test-auto'] + options)
/aosp_15_r20/external/angle/src/tests/
H A Dcapture_replay_tests.py521 test_exe_path = os.path.join(args.out_dir, 'Capture', args.test_suite)
530 test_exe_path,