mbed-os/storage
Robert Walton 7842320ab7 CMake: Add option to enable greentea tests
Add an option to enable the greentea tests independently from the unit
tests.

We can't just use the typical BUILD_TESTING option to enable greentea
tests. BUILD_TESTING enables unit tests and fetches googletest, which
are compiled for the host. Greentea tests are cross compiled and require
a toolchain file. For this reason we add a new option just to enable
greentea tests, preventing build failures triggered by the unit tests
and googletest.
2021-08-10 16:35:11 +01:00
..
blockdevice CMake: Add option to enable greentea tests 2021-08-10 16:35:11 +01:00
docs Refactor KVStore config override explanation 2021-05-11 17:19:16 +01:00
filesystem CMake: Add option to enable greentea tests 2021-08-10 16:35:11 +01:00
kvstore CMake: Add option to enable greentea tests 2021-08-10 16:35:11 +01:00
platform CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
CMakeLists.txt Unit tests: Create mbed-headers-filesystem 2021-07-02 16:25:43 +01:00