CMake: Move events stubs sources to the mbed-os/events directory
Move the events stub into the events component directory.
so we can avoid duplicating the mbed-os source tree in a central
UNITTESTS folder.
ls
1 parent 8a507e6 commit 88410a5f853e4a18ce29dc264ff592d9b20f62ed
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 23 Jun 2021
Showing 14 changed files
View
UNITTESTS/stubs/CMakeLists.txt
View
UNITTESTS/stubs/events/CMakeLists.txt 100644 → 0
View
UNITTESTS/stubs/events/EventFlags_stub.cpp 100644 → 0
View
UNITTESTS/stubs/events/EventQueue_stub.cpp 100644 → 0
View
UNITTESTS/stubs/events/equeue_stub.c 100644 → 0
View
UNITTESTS/stubs/events/mbed_shared_queues_stub.cpp 100644 → 0
View
events/tests/UNITTESTS/CMakeLists.txt
View
events/tests/UNITTESTS/doubles/CMakeLists.txt 0 → 100644
View
events/tests/UNITTESTS/doubles/EqueuePosix_stub.c 0 → 100644
View
events/tests/UNITTESTS/doubles/EventFlags_stub.cpp 0 → 100644
View
events/tests/UNITTESTS/doubles/EventQueue_stub.cpp 0 → 100644
View
events/tests/UNITTESTS/doubles/equeue_stub.c 0 → 100644
View
events/tests/UNITTESTS/doubles/mbed_shared_queues_stub.cpp 0 → 100644
View
events/tests/UNITTESTS/stubs/EqueuePosix_stub.c 100644 → 0