Skip to content

Commit

Permalink
#251 Updated unity and cmock to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Dec 6, 2017
1 parent d560089 commit 06ea431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/cmock
Submodule cmock updated 120 files
2 changes: 1 addition & 1 deletion vendor/unity
Submodule unity updated 56 files
+4 −4 .gitignore
+10 −0 .travis.yml
+30 −10 README.md
+67 −64 auto/colour_prompt.rb
+20 −20 auto/colour_reporter.rb
+260 −154 auto/generate_module.rb
+249 −226 auto/generate_test_runner.rb
+0 −191 auto/parseOutput.rb
+220 −0 auto/parse_output.rb
+108 −120 auto/stylize_as_junit.rb
+11 −9 auto/test_file_filter.rb
+1 −3 auto/type_sanitizer.rb
+6 −2 auto/unity_test_summary.py
+45 −57 auto/unity_test_summary.rb
+207 −0 docs/ThrowTheSwitchCodingStandard.md
+ docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf
+770 −0 docs/UnityAssertionsReference.md
+ docs/UnityAssertionsReference.pdf
+435 −0 docs/UnityConfigurationGuide.md
+ docs/UnityConfigurationGuide.pdf
+191 −0 docs/UnityGettingStartedGuide.md
+ docs/UnityGettingStartedGuide.pdf
+254 −0 docs/UnityHelperScriptsGuide.md
+ docs/UnityHelperScriptsGuide.pdf
+22 −17 examples/example_1/makefile
+1 −1 examples/example_1/test/test_runners/TestProductionCode2_Runner.c
+1 −1 examples/example_1/test/test_runners/TestProductionCode_Runner.c
+16 −17 examples/example_2/makefile
+15 −15 examples/example_3/rakefile.rb
+93 −100 examples/example_3/rakefile_helper.rb
+4 −10 examples/example_3/readme.txt
+18 −28 examples/unity_config.h
+12 −12 extras/fixture/rakefile.rb
+87 −88 extras/fixture/rakefile_helper.rb
+16 −9 extras/fixture/src/unity_fixture.c
+6 −1 extras/fixture/src/unity_fixture.h
+5 −2 extras/fixture/src/unity_fixture_internals.h
+1 −0 extras/fixture/src/unity_fixture_malloc_overrides.h
+1 −0 extras/fixture/test/Makefile
+4 −4 extras/fixture/test/unity_fixture_Test.c
+1 −1 release/build.info
+1 −1 release/version.info
+515 −396 src/unity.c
+222 −12 src/unity.h
+324 −201 src/unity_internals.h
+58 −0 test/.rubocop.yml
+20 −17 test/Makefile
+63 −3 test/rakefile
+108 −105 test/rakefile_helper.rb
+158 −0 test/spec/generate_module_existing_file_spec.rb
+0 −6 test/targets/clang_file.yml
+1 −9 test/targets/clang_strict.yml
+2 −0 test/testdata/testRunnerGeneratorSmall.c
+2 −2 test/testdata/testRunnerGeneratorWithMocks.c
+5 −5 test/tests/test_generate_test_runner.rb
+1,826 −296 test/tests/testunity.c

0 comments on commit 06ea431

Please sign in to comment.