-
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.
Update to latest cmock and unity in order to put together a release c…
…andidate
- Loading branch information
1 parent
86b9c55
commit 19d9e24
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule cmock
updated
5 files
+1 −1 | .travis.yml | |
+1 −0 | README.md | |
+15 −1 | scripts/create_makefile.rb | |
+2 −1 | src/cmock.c | |
+1 −1 | vendor/unity |
Submodule unity
updated
21 files
+1 −1 | .travis.yml | |
+4 −1 | auto/generate_test_runner.rb | |
+212 −109 | auto/parse_output.rb | |
+9 −10 | docs/ThrowTheSwitchCodingStandard.md | |
+11 −2 | docs/UnityAssertionsReference.md | |
+7 −9 | docs/UnityConfigurationGuide.md | |
+6 −5 | docs/UnityGettingStartedGuide.md | |
+8 −2 | docs/UnityHelperScriptsGuide.md | |
+8 −0 | examples/unity_config.h | |
+4 −0 | extras/fixture/src/unity_fixture.c | |
+1 −1 | extras/fixture/src/unity_fixture.h | |
+2 −2 | extras/fixture/src/unity_fixture_internals.h | |
+13 −11 | src/unity.c | |
+2 −2 | src/unity.h | |
+86 −34 | src/unity_internals.h | |
+2 −0 | test/Makefile | |
+4 −1 | test/testdata/testRunnerGenerator.c | |
+4 −1 | test/testdata/testRunnerGeneratorSmall.c | |
+4 −1 | test/testdata/testRunnerGeneratorWithMocks.c | |
+5 −2 | test/tests/testparameterized.c | |
+34 −0 | test/tests/testunity.c |