mbed-os/rtos/tests/UNITTESTS/doubles
Lingkai Dong 3a24305916 rtos: Remove UNITTEST macro from rtos
Production code should not contain any test-specific checks. Rather
than checking `UNITTEST`, unit tests can directly set
`MBED_CONF_RTOS_PRESENT=1` to make RTOS available for testing.

Note: The cellular ATHandler test also has `MBED_CONF_RTOS_PRESENT=1`
added because `ATHandler.cpp` contains a check of this variable.
2021-07-06 16:50:49 +01:00
..
CMakeLists.txt rtos: Remove UNITTEST macro from rtos 2021-07-06 16:50:49 +01:00
ConditionVariable_stub.cpp CMake: Move rtos stubs sources to the mbed-os/rtos directory 2021-06-28 06:31:37 -07:00
ConditionVariable_stub.h CMake: Move rtos stub headers to the rtos/tests/UNITTESTS/double directory 2021-06-28 06:31:37 -07:00
Kernel_stub.cpp CMake: Move rtos stubs sources to the mbed-os/rtos directory 2021-06-28 06:31:37 -07:00
Mutex_stub.cpp CMake: Move rtos stubs sources to the mbed-os/rtos directory 2021-06-28 06:31:37 -07:00
Semaphore_stub.cpp CMake: Move rtos stubs sources to the mbed-os/rtos directory 2021-06-28 06:31:37 -07:00
Semaphore_stub.h CMake: Move rtos stub headers to the rtos/tests/UNITTESTS/double directory 2021-06-28 06:31:37 -07:00
ThisThread_stub.cpp CMake: Move rtos stubs sources to the mbed-os/rtos directory 2021-06-28 06:31:37 -07:00
Thread_stub.cpp CMake: Move rtos stubs sources to the mbed-os/rtos directory 2021-06-28 06:31:37 -07:00
Thread_stub.h CMake: Move rtos stub headers to the rtos/tests/UNITTESTS/double directory 2021-06-28 06:31:37 -07:00
mbed_rtos_rtx_stub.c CMake: Move rtos stubs sources to the mbed-os/rtos directory 2021-06-28 06:31:37 -07:00
rtx_mutex_stub.c CMake: Move rtos stubs sources to the mbed-os/rtos directory 2021-06-28 06:31:37 -07:00