mirror of https://github.com/ARMmbed/mbed-os.git
minimal-printf: Add capability to run floating point tests manually
parent
5e693778f4
commit
5a1333e5ab
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"platform.minimal-printf-enable-floating-point": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue