mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
soc: move mpu_hal test to hal component
This commit is contained in:
3
components/hal/test/CMakeLists.txt
Normal file
3
components/hal/test/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
idf_component_register(SRC_DIRS "."
|
||||
PRIV_INCLUDE_DIRS "${include_dirs}"
|
||||
PRIV_REQUIRES cmock test_utils)
|
5
components/hal/test/component.mk
Normal file
5
components/hal/test/component.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
COMPONENT_SRCDIRS := .
|
||||
|
||||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
||||
|
||||
|
Reference in New Issue
Block a user