mbed-os/rtos
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
..
include/rtos rtos: Remove UNITTEST macro from rtos 2021-07-06 16:50:49 +01:00
source rtos: fix delay with 0 2021-07-29 14:31:39 +01:00
tests Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
CMakeLists.txt CMake: Add option to enable greentea tests 2021-08-10 16:35:11 +01:00
LICENSE-mit.txt rtos: add license information 2019-04-16 11:26:39 +01:00
LICENSE.md Remove RtosTimer deprecated class and its APIs 2020-03-09 09:52:29 -07:00
mbed_lib.json RTOS API for bare metal 2019-07-15 10:13:50 +03:00