This website requires JavaScript.
Explore
Help
Sign In
ARMmbed
/
mbed-os
mirror of
https://github.com/ARMmbed/mbed-os.git
Watch
1
Star
0
Fork
You've already forked mbed-os
0
Code
Issues
Projects
Releases
Wiki
Activity
0b64c9cbbf
mbed-os
/
tools
/
test
/
config
/
feature_recursive_add
/
test_data.json
6 lines
86 B
JSON
Raw
Normal View
History
Unescape
Escape
Clean up json Wipe out all blank lines in json: find tools/test -name 'test_data.json' | xargs sed -i -e '/^$/d' Move all start braces back a space: find tools/test -name 'test_data.json' | xargs sed -i -e "s/^ {/{/"
2017-09-05 19:39:48 +00:00
{
Rework config_test to use py.test
2017-08-28 17:06:15 +00:00
"test_target"
:
{
Moving LWIP feature to BOOTLOADER in config testing
2018-10-01 18:49:06 +00:00
"expected_features"
:
[
"BOOTLOADER"
,
"STORAGE"
]
Rework config_test to use py.test
2017-08-28 17:06:15 +00:00
}
}