mbed-os/platform/tests/TESTS/mbed_platform/minimal-printf/compliance
Hari Limaye f95052cf6f CMake: Require TEST_SOURCES in greentea CMake file
Assumption that greentea test file is always named main.cpp is
incorrect. Updated mbed_greentea_add_test() macro to make TEST_SOURCES
parameter compulsory, which is used to specify greentea test
file(s). This allows tests to use C, or have a different name.
Therefore also updated all pre-existing greentea test CMake files to
explicity add main.cpp to TEST_SOURCES.
2021-06-29 13:33:42 +01:00
..
CMakeLists.txt CMake: Require TEST_SOURCES in greentea CMake file 2021-06-29 13:33:42 +01:00
README.md Refactoring \platform as per directory structure proposal. 2020-07-28 10:14:44 +01:00
main.cpp Add width modifier and prepending zeros for integer, hexadecimal and floating point output as well as decimal precision for floating point 2020-12-08 21:07:54 +01:00
mbed_printf.c Refactoring \platform as per directory structure proposal. 2020-07-28 10:14:44 +01:00
mbed_printf.h Refactoring \platform as per directory structure proposal. 2020-07-28 10:14:44 +01:00
test_config.json Refactoring \platform as per directory structure proposal. 2020-07-28 10:14:44 +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 --app-config TESTS/mbed_platform/minimal-printf/compliance/test_config.json