Searched refs:targets_dir (Results 1 – 5 of 5) sorted by relevance
/third_party/unity/auto/ |
D | unity_test_summary.py | 121 targets_dir = sys.argv[1] variable 123 targets_dir = './' variable 124 …targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '**/*.test*', recursive=True… 126 raise Exception("No *.testpass or *.testfail files found in '%s'" % targets_dir)
|
D | stylize_as_junit.py | 147 if args.targets_dir[-1] != '/': 148 args.targets_dir+='/' 149 targets = list(map(lambda x: x.replace('\\', '/'), glob(args.targets_dir + '*.test*'))) 151 raise Exception("No *.testpass or *.testfail files found in '%s'" % args.targets_dir)
|
/third_party/cJSON/tests/unity/auto/ |
D | unity_test_summary.py | 121 targets_dir = sys.argv[1] variable 123 targets_dir = './' variable 124 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*'))) 126 raise Exception("No *.testpass or *.testfail files found in '%s'" % targets_dir)
|
D | unity_to_junit.py | 128 targets_dir = sys.argv[1] variable 130 targets_dir = './' variable 131 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*'))) 133 raise Exception("No *.testpass or *.testfail files found in '%s'" % targets_dir)
|
/third_party/jerryscript/targets/mbedos5/tools/ |
D | generate_pins.py | 204 targets_dir = os.path.join('.', 'mbed-os', 'targets') 206 pins_file = find_file(targets_dir, directory_labels, 'PinNames.h') 208 includes = enumerate_includes(targets_dir, directory_labels)
|