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:
- 30:f12ce67666d0
- Parent:
- 29:1210849dba19
- Child:
- 31:8ea194f6145b
diff -r 1210849dba19 -r f12ce67666d0 build_everything.py
--- a/build_everything.py Mon Aug 29 11:18:36 2016 +0100
+++ b/build_everything.py Mon Aug 29 11:56:59 2016 +0100
@@ -147,6 +147,7 @@
if not base_source_paths:
base_source_paths = ['.']
+ all_tests = find_tests(base_source_paths[0])
start = time()
build_report = {}
@@ -179,7 +180,6 @@
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,