CMake: Move hal stubs sources to the mbed-os/hal directory
Move the hal stubs into the hal component directory.
so we can avoid duplicating the mbed-os source tree in a central
UNITTESTS folder.
ls
1 parent b5c2f70 commit 84bb4cc6b97becc30971e1455ef0259a1bb42485
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 24 Jun 2021
Showing 12 changed files
View
UNITTESTS/stubs/CMakeLists.txt
View
UNITTESTS/stubs/hal/CMakeLists.txt 100644 → 0
View
UNITTESTS/stubs/hal/pwmout_api_stub.c 100644 → 0
View
UNITTESTS/stubs/hal/us_ticker_stub.cpp 100644 → 0
View
UNITTESTS/stubs/hal/watchdog_api_stub.c 100644 → 0
View
hal/CMakeLists.txt
View
hal/tests/.mbedignore 0 → 100644
View
hal/tests/UNITTESTS/CMakeLists.txt 0 → 100644
View
hal/tests/UNITTESTS/doubles/CMakeLists.txt 0 → 100644
View
hal/tests/UNITTESTS/doubles/pwmout_api_stub.c 0 → 100644
View
hal/tests/UNITTESTS/doubles/us_ticker_stub.cpp 0 → 100644
View
hal/tests/UNITTESTS/doubles/watchdog_api_stub.c 0 → 100644