mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 00:03:42 +00:00
FreeRTOS-Plus: Unit testing Infrastructure and examples (#72)
* Added CMock as submodule * Makefile added * Removed TEMP from Makefile * Added configuration files and header files * Update Makefile * Test runner working * make clean * Example added with README * Update README.md * Restored +TCP files * Cleared +TCP changes * removed comments from Makefile * Update README.md * Update README.md * Update README.md * Updated Test/Unit-test/readme.md
This commit is contained in:
committed by
GitHub
parent
5003d17fed
commit
95a3a02f95
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "FreeRTOS/Source"]
|
||||
path = FreeRTOS/Source
|
||||
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
||||
[submodule "FreeRTOS-Plus/Test/CMock"]
|
||||
path = FreeRTOS-Plus/Test/CMock
|
||||
url = https://github.com/ThrowTheSwitch/CMock
|
||||
|
||||
Reference in New Issue
Block a user