Skip to content

Commit 6542ad7

Browse files
hugueskambaromanjoe
authored andcommitted
minimal-printf: Add capability to run floating point tests manually
1 parent d89481d commit 6542ad7

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)