Skip to content

Commit

Permalink
Merge pull request #11455 from hugueskamba/hk-add-ability-to-run-mini…
Browse files Browse the repository at this point in the history
…mal-printf-floating-point-tests-manually

minimal-printf: Add capability to run floating point tests manually
  • Loading branch information
0xc0170 committed Sep 19, 2019
2 parents 1afece7 + 5a1333e commit 8689c3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TESTS/mbed_platform/minimal-printf/compliance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"target_overrides": {
"*": {
"platform.minimal-printf-enable-floating-point": true
}
}
}

0 comments on commit 8689c3f

Please sign in to comment.