mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6968 from theotherjimmy/test-relpath
Test build: Reduce include command lengthpull/6993/head
commit
99df848e1c
|
@ -228,7 +228,12 @@ if __name__ == '__main__':
|
||||||
else:
|
else:
|
||||||
# Build all the tests
|
# Build all the tests
|
||||||
notify = TerminalNotifier(options.verbose)
|
notify = TerminalNotifier(options.verbose)
|
||||||
test_build_success, test_build = build_tests(tests, [options.build_dir], options.build_dir, mcu, toolchain,
|
test_build_success, test_build = build_tests(
|
||||||
|
tests,
|
||||||
|
[os.path.relpath(options.build_dir)],
|
||||||
|
options.build_dir,
|
||||||
|
mcu,
|
||||||
|
toolchain,
|
||||||
clean=options.clean,
|
clean=options.clean,
|
||||||
report=build_report,
|
report=build_report,
|
||||||
properties=build_properties,
|
properties=build_properties,
|
||||||
|
|
Loading…
Reference in New Issue