mirror of https://github.com/ARMmbed/mbed-os.git
12 lines
349 B
Markdown
12 lines
349 B
Markdown
# Description
|
|
|
|
This document describes how to run minimal-printf tests.
|
|
|
|
## Running tests
|
|
|
|
You can use the following command to run tests:
|
|
|
|
`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.
|