mbed-os/hal
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
..
TARGET_FLASH_CMSIS_ALGO Create FLASH CMSIS ALGO target to remove dependency on MBED_TARGET_LABELS 2021-02-19 16:56:37 +00:00
docs Replace USBTX/RX everywhere else 2021-03-24 10:11:30 +00:00
include/hal Merge pull request #14617 from ARMmbed/gp-spi2c-alias 2021-06-09 14:56:46 +02:00
source Unify the __CORTEX_A macro in the files containing cmsis.h 2021-06-23 13:36:52 +08:00
tests Unit tests: Fix pin validation failure 2021-08-02 17:42:43 +01:00
usb CMake: add mbed-os and mbed-baremetal targets 2020-11-06 17:25:22 +00:00
CMakeLists.txt CMake: Add option to enable greentea tests 2021-08-10 16:35:11 +01:00