mbed-os/tools/test/config_test
Bogdan Marinescu 9704edfca7 Fix add_py_targets and tests
Previously, add_py_targets assumed that it is not an error to add an
existing target if that target was previously added using
add_py_targets. This was done to aid testing, but it was weird, error
prone and broke with the latest changes to the caching mechanism. With
this commit:

- it is always an error to add a target that was previously added, which
  is much more consistent.
- tests for the configuration mechanism use the newly added
  'set_targets_json_location' function to clear the internal caches in
  targets.py (and thus all previously added custom targets). As a side
  effect, this commit also tests the 'set_targets_json_location'
  function itself.
2016-07-12 14:42:21 +03:00
..
test01 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test02 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test03 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test04 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test05 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test06 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test07 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test08 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test09 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test10 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test11 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test12 Fix K64F-based config tests 2016-06-21 19:58:03 +03:00
test13 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test14 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test15 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test16 Fix K64F-based config tests 2016-06-21 19:58:03 +03:00
test17 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test18 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test19 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test20 Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
test21 Fix K64F-based config tests 2016-06-21 19:58:03 +03:00
test22 Fix K64F-based config tests 2016-06-21 19:58:03 +03:00
test23 [build tools] Added proper namespace for features 2016-06-15 10:34:32 -05:00
test24 Fix K64F-based config tests 2016-06-21 19:58:03 +03:00
test25 [build tools] Added proper namespace for features 2016-06-15 10:34:32 -05:00
test26 Fix K64F-based config tests 2016-06-21 19:58:03 +03:00
config_test.py Fix add_py_targets and tests 2016-07-12 14:42:21 +03:00