mbed-os/platform/tests/TESTS/mbed_platform/minimal-printf/compliance
Ashok Rao 09734a861d Refactoring \platform as per directory structure proposal.
Mbed OS will soon be changing directory structure to the below:

```
[component name]
├── mbed_lib.json
├── CMakeList.txt
├── README.md
├── include
│   └── [component name]
│       └── internal
├── source
└── tests
    ├── <framework>
    │   └── <test suite one>
    ├── UNITTESTS
    │   └── <unit test suite one>
    └── TESTS
        └── <greentea test suite one>
```
This PR implements the above new directory structure for the current \platform directory.
**NOTE:** This PR does NOT include the refactoring of UNITTESTS as shown in the above directory structure. This will be done in a subsequent PR.
2020-07-28 10:14:44 +01:00
..
README.md Refactoring \platform as per directory structure proposal. 2020-07-28 10:14:44 +01:00
main.cpp Refactoring \platform as per directory structure proposal. 2020-07-28 10:14:44 +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