Skip to content

Commit

Permalink
Update Unity from v2.5.2 to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor-Misic committed Apr 2, 2024
1 parent ad4a4f5 commit e97a0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unity
Submodule Unity updated 67 files
+4 βˆ’1 .github/workflows/main.yml
+6 βˆ’0 .gitignore
+46 βˆ’33 CMakeLists.txt
+1 βˆ’1 LICENSE.txt
+106 βˆ’72 README.md
+0 βˆ’0 auto/__init__.py
+1 βˆ’1 auto/colour_reporter.rb
+15 βˆ’0 auto/extract_version.py
+25 βˆ’21 auto/generate_module.rb
+61 βˆ’27 auto/generate_test_runner.rb
+83 βˆ’22 auto/parse_output.rb
+1 βˆ’1 auto/run_test.erb
+54 βˆ’39 auto/stylize_as_junit.py
+1 βˆ’1 auto/stylize_as_junit.rb
+5 βˆ’3 auto/test_file_filter.rb
+1 βˆ’1 auto/type_sanitizer.rb
+7 βˆ’3 auto/unity_test_summary.rb
+22 βˆ’0 auto/yaml_helper.rb
+18 βˆ’0 docs/MesonGeneratorRunner.md
+107 βˆ’126 docs/ThrowTheSwitchCodingStandard.md
+273 βˆ’244 docs/UnityAssertionsReference.md
+93 βˆ’0 docs/UnityChangeLog.md
+385 βˆ’294 docs/UnityConfigurationGuide.md
+112 βˆ’121 docs/UnityGettingStartedGuide.md
+366 βˆ’111 docs/UnityHelperScriptsGuide.md
+13 βˆ’0 docs/UnityKnownIssues.md
+48 βˆ’0 examples/example_1/meson.build
+8 βˆ’1 examples/example_1/readme.txt
+3 βˆ’0 examples/example_1/subprojects/unity.wrap
+25 βˆ’21 examples/example_3/rakefile_helper.rb
+2 βˆ’2 examples/example_4/meson.build
+3 βˆ’1 examples/example_4/subprojects/unity.wrap
+3 βˆ’3 examples/example_4/test/test_runners/meson.build
+40 βˆ’0 extras/bdd/readme.md
+44 βˆ’0 extras/bdd/src/unity_bdd.h
+9 βˆ’0 extras/bdd/test/meson.build
+128 βˆ’0 extras/bdd/test/test_bdd.c
+16 βˆ’19 extras/fixture/readme.md
+10 βˆ’0 extras/fixture/src/meson.build
+12 βˆ’1 extras/fixture/src/unity_fixture.h
+27 βˆ’34 extras/memory/readme.md
+9 βˆ’0 extras/memory/src/meson.build
+18 βˆ’0 library.json
+71 βˆ’5 meson.build
+3 βˆ’0 meson_options.txt
+17 βˆ’0 platformio-build.py
+11 βˆ’5 src/meson.build
+501 βˆ’124 src/unity.c
+44 βˆ’8 src/unity.h
+176 βˆ’46 src/unity_internals.h
+6 βˆ’4 test/.rubocop.yml
+3 βˆ’3 test/rakefile_helper.rb
+1 βˆ’0 test/targets/clang_strict.yml
+1 βˆ’0 test/testdata/Defs.h
+11 βˆ’3 test/testdata/testRunnerGenerator.c
+1 βˆ’5 test/testdata/testRunnerGeneratorSmall.c
+0 βˆ’4 test/testdata/testRunnerGeneratorWithMocks.c
+40 βˆ’2 test/tests/test_generate_test_runner.rb
+67 βˆ’1 test/tests/test_unity_arrays.c
+1 βˆ’1 test/tests/test_unity_core.c
+511 βˆ’0 test/tests/test_unity_doubles.c
+510 βˆ’0 test/tests/test_unity_floats.c
+15 βˆ’0 test/tests/test_unity_integers.c
+10 βˆ’1 test/tests/test_unity_integers_64.c
+140 βˆ’3 test/tests/test_unity_parameterized.c
+21 βˆ’0 test/tests/test_unity_parameterizedDemo.c
+14 βˆ’0 test/tests/types_for_test.h

0 comments on commit e97a0f7

Please sign in to comment.