Add CMock back for the integration tests. (#321)

This commit is contained in:
Aniruddha Kanhere 2020-10-05 14:07:28 -07:00 committed by GitHub
parent a6393ee653
commit d37b651e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View file

@ -16,3 +16,6 @@
[submodule "FreeRTOS-Plus/Source/coreJSON"]
path = FreeRTOS-Plus/Source/coreJSON
url = https://github.com/FreeRTOS/coreJSON
[submodule "FreeRTOS-Plus/Test/CMock"]
path = FreeRTOS-Plus/Test/CMock
url = https://github.com/ThrowTheSwitch/CMock