-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to latest Unity, CMock, and CException to get latest Unity nam…
…ing convention changes.
- Loading branch information
1 parent
dcb09dd
commit 38e8d5d
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule cmock
updated
4 files
+1 −1 | test/c/TestCMockC.c | |
+13 −13 | test/system/test_interactions/unity_64bit_support.yml | |
+1 −1 | vendor/c_exception | |
+1 −1 | vendor/unity |
Submodule unity
updated
7 files
+1 −1 | extras/fixture/src/unity_fixture.c | |
+2 −2 | extras/fixture/src/unity_fixture_internals.h | |
+3 −3 | extras/fixture/test/unity_fixture_Test.c | |
+105 −105 | src/unity.c | |
+8 −8 | src/unity.h | |
+139 −139 | src/unity_internals.h | |
+141 −141 | test/tests/testunity.c |