mirror of https://github.com/ARMmbed/mbed-os.git
Initially, every library greentea test has its project() creation in their CMake. As running greentea using CTest move all greentea test suite under one global project mbed-os and MBED_CONFIG_PATH set at the root mbed os CMake under the condition BUILD_GREENTEA_TESTS check so refactored platform greentea CMake accordingly. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
main.cpp | ||
mbed_printf.c | ||
mbed_printf.h | ||
test_config.json |
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