Unit tests: Remove mbed.h stub from target_h
The header `mbed.h` is a convenient wrapper that pre-includes some
platform headers, for use by user applications. Libraries and tests
internal to Mbed OS should not use it, and they should explicitly
include headers they need. So a stub is not needed.
ls
1 parent 4011e2e commit 71962481a454835403ace93dd8156949f084246d
@Lingkai Dong Lingkai Dong authored on 16 Jul 2021
Showing 3 changed files
View
UNITTESTS/target_h/mbed.h 100644 → 0
View
connectivity/netsocket/tests/UNITTESTS/doubles/NetworkStack_stub.cpp
View
events/tests/UNITTESTS/equeue/test_equeue.cpp