Merge branch 'feature/cmake-unit-test' into 'master'

cmake: add unit tests build support

See merge request idf/esp-idf!3003
This commit is contained in:
Angus Gratton
2018-10-22 16:29:15 +08:00
54 changed files with 1290 additions and 66 deletions
+6
View File
@@ -0,0 +1,6 @@
set(COMPONENT_SRCDIRS ".")
set(COMPONENT_ADD_INCLUDEDIRS ".")
set(COMPONENT_REQUIRES unity pthread)
register_component()