2019-01-29 15:49:56 +01:00
|
|
|
if(TESTS_ALL EQUAL 1)
|
|
|
|
message("not linking coredump test from CI.")
|
|
|
|
else()
|
2019-04-28 15:38:23 +08:00
|
|
|
idf_component_register(SRC_DIRS "."
|
2020-03-22 18:30:24 +08:00
|
|
|
PRIV_INCLUDE_DIRS "."
|
|
|
|
PRIV_REQUIRES unity nvs_flash)
|
2019-01-29 15:49:56 +01:00
|
|
|
endif()
|