cmock: added cmock as component

* changing dependencies from unity->cmock
* added component.mk and Makefile.projbuild
* ignore test dir in gen_esp_err_to_name.py
* added some brief introduction of CMock in IDF
This commit is contained in:
Jakob Hasse
2020-08-05 10:16:32 +08:00
committed by Euripedes Rocha
parent 25b661c8ea
commit 87d698cbc7

View File

@ -1,2 +1,2 @@
idf_component_register(SRC_DIRS "." idf_component_register(SRC_DIRS "."
PRIV_REQUIRES unity test_utils mqtt nvs_flash app_update) PRIV_REQUIRES cmock test_utils mqtt nvs_flash app_update)