CMake: Move drivers stubs to the mbed-os/drivers directory
Move the drivers stub library into the drivers component directory.
so we can avoid duplicating the mbed-os source tree in a central
UNITTESTS folder.
ls
1 parent cecc47b commit ae5bc5a39e19c7f8ca5ec11a50e6bab5370dbbe4
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 16 Jun 2021
Showing 8 changed files
View
UNITTESTS/stubs/CMakeLists.txt
View
UNITTESTS/stubs/drivers/BufferedSerial_stub.cpp 100644 → 0
View
UNITTESTS/stubs/drivers/CMakeLists.txt 100644 → 0
View
UNITTESTS/stubs/drivers/SerialBase_stub.cpp 100644 → 0
View
drivers/tests/UNITTESTS/CMakeLists.txt
View
drivers/tests/UNITTESTS/doubles/BufferedSerial_stub.cpp 0 → 100644
View
drivers/tests/UNITTESTS/doubles/CMakeLists.txt 0 → 100644
View
drivers/tests/UNITTESTS/doubles/SerialBase_stub.cpp 0 → 100644