mbed-os/events/tests/UNITTESTS/doubles
Lingkai Dong dca2aa79a0 Unit tests: Remove redundant CMake target mbed-headers-base
Individual libraries' `target_h` stub headers have now all been moved
from `mbed-headers-base` to `mbed-headers-<library>`.

Note: Even though headers previously in `target_h` are technically
stubs/fakes too, they are used by not only unit tests but also regular
libraries when compiled for unit tests, because no target-specific HAL
implementation exists in this case. In order for regular library
sources to pick up `target_h` headers, those headers must

* have the same names as regular headers
* appear first in include paths

This is why those headers are part of `mbed-headers-<library>` and not
`mbed-stubs-<library>`. Before this refactoring, `mbed-headers-base`
was the first in unit tests' include paths.
2021-08-02 17:42:43 +01:00
..
fakes cmake: Avoid linking to gcov 2021-07-22 15:41:49 +01:00
CMakeLists.txt Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
EqueuePosix_stub.c CMake: Move events stubs sources to the mbed-os/events directory 2021-07-09 02:56:26 -07:00
EventFlags_stub.cpp CMake: Move events stubs sources to the mbed-os/events directory 2021-07-09 02:56:26 -07:00
EventQueue_stub.cpp CMake: Move events stubs sources to the mbed-os/events directory 2021-07-09 02:56:26 -07:00
EventQueue_stub.h CMake: Move events stub headers to the events/tests/UNITTESTS/double dir 2021-07-09 02:56:26 -07:00
equeue_stub.c CMake: Move events stubs sources to the mbed-os/events directory 2021-07-09 02:56:26 -07:00
equeue_stub.h equeue: Enable use of stub from C++ 2021-07-22 18:03:47 +01:00
mbed_shared_queues_stub.cpp CMake: Move events stubs sources to the mbed-os/events directory 2021-07-09 02:56:26 -07:00