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