-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b06f45b
commit 3bf5b0f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule CMock
updated
19 files
+42 −0 | .github/workflows/main.yml | |
+1 −0 | .gitignore | |
+0 −28 | .travis.yml | |
+9 −4 | README.md | |
+7 −0 | docs/CMock_Summary.md | |
+16 −9 | lib/cmock.rb | |
+1 −0 | lib/cmock_config.rb | |
+27 −9 | lib/cmock_generator.rb | |
+1 −0 | lib/cmock_generator_plugin_cexception.rb | |
+4 −4 | lib/cmock_generator_plugin_return_thru_ptr.rb | |
+4 −2 | lib/cmock_generator_utils.rb | |
+40 −14 | lib/cmock_header_parser.rb | |
+13 −7 | src/cmock.h | |
+3 −0 | test/unit/cmock_generator_main_test.rb | |
+12 −0 | test/unit/cmock_generator_plugin_cexception_test.rb | |
+4 −4 | test/unit/cmock_generator_plugin_return_thru_ptr_test.rb | |
+6 −3 | test/unit/cmock_generator_utils_test.rb | |
+129 −3 | test/unit/cmock_header_parser_test.rb | |
+2 −1 | test/unit/cmock_plugin_manager_test.rb |