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


* Original commit: espressif/esp-idf@20c068ef3b
This commit is contained in:
Jakob Hasse
2020-08-05 10:16:32 +08:00
committed by suren-gabrielyan-espressif
parent 110f1f652d
commit 9772e49b26

View File

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