mbed-os/TESTS/mbed_platform/minimal-printf/compliance
Evelyne Donnaes 896500be31 Fixed greentea header include path 2019-08-01 17:34:29 +01:00
..
README.md Addressed review comments, in particular: 2019-08-01 12:42:24 +01:00
main.cpp Fixed greentea header include path 2019-08-01 17:34:29 +01:00
mbed_printf.c Addressed review comments, in particular: 2019-08-01 12:42:24 +01:00
mbed_printf.h Addressed review comments, in particular: 2019-08-01 12:42:24 +01:00
test_app.json Addressed review comments, in particular: 2019-08-01 12:42:24 +01:00

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.