Home
last modified time | relevance | path

Searched refs:targets_dir (Results 1 – 5 of 5) sorted by relevance

/third_party/unity/auto/
Dunity_test_summary.py121 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)
Dstylize_as_junit.py147 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/
Dunity_test_summary.py121 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)
Dunity_to_junit.py128 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/
Dgenerate_pins.py204 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)