esp-idf/components/wear_levelling/test/CMakeLists.txt

5 lines
226 B
CMake
Raw Normal View History

idf_component_register(SRC_DIRS .
PRIV_INCLUDE_DIRS .
PRIV_REQUIRES cmock test_utils wear_levelling
2019-08-06 05:59:26 -04:00
EMBED_FILES test_partition_v1.bin
)