minimal-printf: Add capability to run floating point tests manually

pull/11455/head
Hugues Kamba 2019-09-11 09:44:19 +01:00
parent 5e693778f4
commit 5a1333e5ab
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,6 @@ This document describes how to run minimal-printf tests.
You can use the following command to run tests:
`mbed test -m K64F -t GCC_ARM -n *printf* -v -c`
`mbed test -m K64F -t GCC_ARM -n *printf* -v -c --app-config TESTS/mbed_platform/minimal-printf/compliance/test_config.json`
Do not use --profile minimal-printf so minimal-printf is not compared with itself.

View File

@ -0,0 +1,7 @@
{
"target_overrides": {
"*": {
"platform.minimal-printf-enable-floating-point": true
}
}
}