Skip to content

Commit 8689c3f

Browse files
authored
Merge pull request #11455 from hugueskamba/hk-add-ability-to-run-minimal-printf-floating-point-tests-manually
minimal-printf: Add capability to run floating point tests manually
2 parents 1afece7 + 5a1333e commit 8689c3f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

TESTS/mbed_platform/minimal-printf/compliance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ This document describes how to run minimal-printf tests.
66

77
You can use the following command to run tests:
88

9-
`mbed test -m K64F -t GCC_ARM -n *printf* -v -c`
9+
`mbed test -m K64F -t GCC_ARM -n *printf* -v -c --app-config TESTS/mbed_platform/minimal-printf/compliance/test_config.json`
1010

1111
Do not use --profile minimal-printf so minimal-printf is not compared with itself.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"target_overrides": {
3+
"*": {
4+
"platform.minimal-printf-enable-floating-point": true
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)