We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89481d commit 6542ad7Copy full SHA for 6542ad7
TESTS/mbed_platform/minimal-printf/compliance/README.md
@@ -6,6 +6,6 @@ This document describes how to run minimal-printf tests.
6
7
You can use the following command to run tests:
8
9
-`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`
10
11
Do not use --profile minimal-printf so minimal-printf is not compared with itself.
TESTS/mbed_platform/minimal-printf/compliance/test_config.json
@@ -0,0 +1,7 @@
1
+{
2
+ "target_overrides": {
3
+ "*": {
4
+ "platform.minimal-printf-enable-floating-point": true
5
+ }
+}
0 commit comments