CMake: Refactor rtos greentea test CMake
Initially, every library greentea test has its project() creation in
their CMake. As running greentea using CTest move all greentea test
suite under one global project mbed-os and MBED_CONFIG_PATH set at
the root mbed os CMake under the condition BUILD_GREENTEA_TESTS
check so refactored rtos greentea CMake accordingly.
ls
1 parent 3377f08 commit 174e01667fd98a20a339e5b8c5bfe17b2d76db78
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 22 Jul 2021
Showing 14 changed files
View
rtos/tests/TESTS/mbed_rtos/MemoryPool/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/basic/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/condition_variable/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/event_flags/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/heap_and_stack/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/kernel_tick_count/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/mail/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/malloc/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/mutex/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/queue/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/semaphore/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/signals/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/systimer/CMakeLists.txt
View
rtos/tests/TESTS/mbed_rtos/threads/CMakeLists.txt