mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05: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:
parent
5003d17fed
commit
95a3a02f95
23 changed files with 1936 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue