CMake: Move platform stubs to the mbed-os/platform directory
Move the platform stub library into the platform component directory.
This change is so we can avoid duplicating the mbed-os source tree in a
central UNITTESTS folder.
ls
1 parent 3abc788 commit 40435fd9b3a1be85a468f4d0a48e7d1051c23067
@Robert Walton Robert Walton authored on 10 Jun 2021
Showing 26 changed files
View
UNITTESTS/stubs/CMakeLists.txt
View
UNITTESTS/stubs/platform/CMakeLists.txt 100644 → 0
View
UNITTESTS/stubs/platform/FileHandle_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/mbed_assert_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/mbed_atomic_stub.c 100644 → 0
View
UNITTESTS/stubs/platform/mbed_critical_stub.c 100644 → 0
View
UNITTESTS/stubs/platform/mbed_error.c 100644 → 0
View
UNITTESTS/stubs/platform/mbed_poll_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/mbed_retarget_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/mbed_wait_api_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/nvic_wrapper_stub.c 100644 → 0
View
UNITTESTS/stubs/platform/randLIB_stub.c 100644 → 0
View
UNITTESTS/stubs/platform/randLIB_stub.cpp 100644 → 0
View
platform/tests/UNITTESTS/CMakeLists.txt
View
platform/tests/UNITTESTS/doubles/CMakeLists.txt 0 → 100644
View
platform/tests/UNITTESTS/doubles/FileHandle_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_assert_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_atomic_stub.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_critical_stub.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_error.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_poll_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_retarget_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_wait_api_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/nvic_wrapper_stub.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/randLIB_stub.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/randLIB_stub.cpp 0 → 100644