Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: build_everything.py
- Revision:
- 29:1210849dba19
- Parent:
- 13:ab47a20b66f0
- Child:
- 30:f12ce67666d0
diff -r e080013bb94e -r 1210849dba19 build_everything.py
--- a/build_everything.py Mon Aug 29 10:55:42 2016 +0100
+++ b/build_everything.py Mon Aug 29 11:18:36 2016 +0100
@@ -147,7 +147,6 @@
if not base_source_paths:
base_source_paths = ['.']
- all_tests = find_tests(base_source_paths[0])
start = time()
build_report = {}
@@ -180,6 +179,7 @@
if options.continue_on_build_fail or library_build_success:
# Build all the tests
+ all_tests = find_tests(base_source_paths[0], target_name, toolchain_name)
test_build_success, test_build = build_tests(all_tests, [build_directory], build_directory, target, target_toolchain,
clean=options.clean,
report=build_report,