mirror of https://github.com/ARMmbed/mbed-os.git
Removed minimal-printf-console-output |
||
---|---|---|
.. | ||
README.md | ||
main.cpp | ||
mbed_printf.c | ||
mbed_printf.h |
README.md
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
Do not use --profile minimal-printf so minimal-printf is not compared with itself.