Skip to content

Commit

Permalink
update to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Aug 12, 2016
1 parent 75664dd commit 7810528
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/ceedling/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module Ceedling
module Version
# @private
GEM = "0.20.4"
GEM = "0.21.0"
# @private
CEEDLING = GEM
# @private
Expand Down
2 changes: 1 addition & 1 deletion vendor/c_exception
2 changes: 1 addition & 1 deletion vendor/unity
Submodule unity updated 63 files
+16 −16 auto/generate_module.rb
+61 −21 auto/generate_test_runner.rb
+5 −1 auto/stylize_as_junit.rb
+146 −0 auto/unity_to_junit.py
+1 −1 examples/example_1/makefile
+7 −7 examples/example_1/src/ProductionCode.c
+2 −2 examples/example_1/src/ProductionCode2.c
+14 −14 examples/example_1/test/TestProductionCode.c
+2 −2 examples/example_1/test/TestProductionCode2.c
+5 −5 examples/example_1/test/test_runners/TestProductionCode2_Runner.c
+5 −5 examples/example_1/test/test_runners/TestProductionCode_Runner.c
+257 −0 examples/unity_config.h
+3 −0 extras/fixture/src/unity_fixture.c
+5 −2 extras/fixture/test/unity_fixture_Test.c
+273 −101 src/unity.c
+71 −68 src/unity.h
+106 −91 src/unity_internals.h
+5 −5 test/expectdata/testsample_cmd.c
+5 −5 test/expectdata/testsample_def.c
+5 −5 test/expectdata/testsample_head1.c
+6 −6 test/expectdata/testsample_mock_cmd.c
+6 −6 test/expectdata/testsample_mock_def.c
+6 −6 test/expectdata/testsample_mock_head1.c
+6 −6 test/expectdata/testsample_mock_new1.c
+8 −8 test/expectdata/testsample_mock_new2.c
+6 −6 test/expectdata/testsample_mock_param.c
+6 −6 test/expectdata/testsample_mock_run1.c
+8 −8 test/expectdata/testsample_mock_run2.c
+7 −7 test/expectdata/testsample_mock_yaml.c
+5 −5 test/expectdata/testsample_new1.c
+7 −7 test/expectdata/testsample_new2.c
+5 −5 test/expectdata/testsample_param.c
+5 −5 test/expectdata/testsample_run1.c
+7 −7 test/expectdata/testsample_run2.c
+6 −6 test/expectdata/testsample_yaml.c
+5 −0 test/rakefile
+9 −7 test/rakefile_helper.rb
+1 −0 test/targets/clang_file.yml
+3 −0 test/targets/clang_strict.yml
+1 −0 test/targets/gcc_32.yml
+1 −0 test/targets/gcc_64.yml
+1 −0 test/targets/gcc_auto_limits.yml
+1 −0 test/targets/gcc_auto_sizeof.yml
+1 −0 test/targets/gcc_auto_stdint.yml
+1 −0 test/targets/gcc_manual_math.yml
+1 −0 test/targets/iar_arm_v4.yml
+1 −0 test/targets/iar_arm_v5.yml
+1 −0 test/targets/iar_arm_v5_3.yml
+1 −0 test/targets/iar_armcortex_LM3S9B92_v5_4.yml
+1 −0 test/targets/iar_cortexm3_v5.yml
+1 −0 test/targets/iar_msp430.yml
+1 −0 test/targets/iar_sh2a_v6.yml
+11 −0 test/testdata/CException.h
+8 −0 test/testdata/Defs.h
+14 −0 test/testdata/cmock.h
+13 −0 test/testdata/mockMock.h
+0 −51 test/testdata/mocksample.c
+0 −9 test/testdata/sample.yml
+183 −0 test/testdata/testRunnerGenerator.c
+65 −0 test/testdata/testRunnerGeneratorSmall.c
+192 −0 test/testdata/testRunnerGeneratorWithMocks.c
+0 −68 test/testdata/testsample.c
+1,221 −71 test/tests/test_generate_test_runner.rb

0 comments on commit 7810528

Please sign in to comment.