Update UNITTESTS header reference

pull/13489/head
Rajkumar Kanagaraj 2020-08-25 15:18:22 +01:00
parent 159410bea7
commit fafa0c41ed
5 changed files with 6 additions and 5 deletions

View File

@ -19,14 +19,14 @@
^storage/filesystem/littlefsv2/littlefs/
^features/unsupported/
^hal/storage_abstraction
^hal/tests/TESTS/mbed_hal/trng/pithy
^hal/tests/TESTS/mbed_hal/trng/pithy
^platform/cxxsupport
^platform/tests/UNITTESTS
^events/tests/UNITTESTS
^rtos/source/TARGET_CORTEX/rtx4
^rtos/source/TARGET_CORTEX/rtx5
^targets
^TESTS/mbed_hal/trng/pithy
^TESTS/mbed_hal/trng/pithy
^tools
^UNITTESTS
^storage/blockdevice/tests/UNITTESTS

View File

@ -126,6 +126,7 @@ set(unittest-includes-base
"${PROJECT_SOURCE_DIR}/../drivers/include/drivers"
"${PROJECT_SOURCE_DIR}/../drivers/include/drivers/internal"
"${PROJECT_SOURCE_DIR}/../hal"
"${PROJECT_SOURCE_DIR}/../hal/include"
"${PROJECT_SOURCE_DIR}/../events/include"
"${PROJECT_SOURCE_DIR}/../events/include/events/internal"
"${PROJECT_SOURCE_DIR}/../events/source"

View File

@ -17,7 +17,7 @@
#include "stdlib.h"
#include "us_ticker_api.h"
#include "hal/us_ticker_api.h"
const ticker_data_t *get_us_ticker_data(void)
{

View File

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "watchdog_api.h"
#include "hal/watchdog_api.h"
#if DEVICE_WATCHDOG

View File

@ -47,6 +47,6 @@ typedef enum {
#ifdef __cplusplus
}
#endif
#include "pinmap.h"
#include "hal/pinmap.h"
#endif