OVMS3-idf/components/espcoredump/test/CMakeLists.txt
2019-06-21 19:53:29 +08:00

7 lines
217 B
CMake

if(TESTS_ALL EQUAL 1)
message("not linking coredump test from CI.")
else()
idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES unity nvs_flash)
endif()