Remove some stuff that shouldn't really be in config file.

This commit is contained in:
Mark VanderVoord
2024-04-02 19:13:31 -04:00
parent 9cc8fb5302
commit df73448935
3 changed files with 18 additions and 24 deletions
+6 -8
View File
@@ -45,7 +45,6 @@ linker:
# File configuration
:mock_path: './build/mocks' # Subdirectory to store mocks when generated (default: mocks)
:skeleton_path: '' # Subdirectory to store stubs when generated (default: '')
:subdir: nil # Subdirectory under mock_path to store when generated (default: nil)
:mock_prefix: 'Mock' # Prefix to append to filenames for mocks
:mock_suffix: '' # Suffix to append to filenames for mocks
@@ -80,13 +79,12 @@ linker:
:callback_after_arg_check: false # Do we want cmock to enforce an argument check first when using a callback?
:includes: # You can add additional includes here, or specify the location with the options below
- Types.h
:includes_h_pre_orig_header: nil
:includes_h_post_orig_header: nil
:includes_c_pre_header: nil
:includes_c_post_header: nil
:orig_header_include_fmt: '#include "%s"'
:array_size_type: [] # Specify a type or types that should be used for array lengths
:array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array
#:includes_h_pre_orig_header: []
#:includes_h_post_orig_header: []
#:includes_c_pre_header: []
#:includes_c_post_header: []
#:array_size_type: [] # Specify a type or types that should be used for array lengths
#:array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array
:exclude_setjmp_h: false # Don't use setjmp when running CMock. Note that this might result in late reporting or out-of-order failures.
colour: true
+6 -8
View File
@@ -93,7 +93,6 @@ simulator:
# File configuration
:mock_path: './build/mocks' # Subdirectory to store mocks when generated (default: mocks)
:skeleton_path: './' # Subdirectory to store stubs when generated (default: '')
:subdir: nil # Subdirectory under mock_path to store when generated (default: nil)
:mock_prefix: 'Mock' # Prefix to append to filenames for mocks
:mock_suffix: '' # Suffix to append to filenames for mocks
@@ -128,11 +127,10 @@ simulator:
:callback_after_arg_check: false # Do we want cmock to enforce an argument check first when using a callback?
:includes: # You can add additional includes here, or specify the location with the options below
- Types.h
:includes_h_pre_orig_header: nil
:includes_h_post_orig_header: nil
:includes_c_pre_header: nil
:includes_c_post_header: nil
:orig_header_include_fmt: '#include "%s"'
:array_size_type: [] # Specify a type or types that should be used for array lengths
:array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array
#:includes_h_pre_orig_header: []
#:includes_h_post_orig_header: []
#:includes_c_pre_header: []
#:includes_c_post_header: []
#:array_size_type: [] # Specify a type or types that should be used for array lengths
#:array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array
:exclude_setjmp_h: false # Don't use setjmp when running CMock. Note that this might result in late reporting or out-of-order failures.
+6 -8
View File
@@ -82,7 +82,6 @@ simulator:
# File configuration
:mock_path: './build/mocks' # Subdirectory to store mocks when generated (default: mocks)
:skeleton_path: '' # Subdirectory to store stubs when generated (default: '')
:subdir: nil # Subdirectory under mock_path to store when generated (default: nil)
:mock_prefix: 'Mock' # Prefix to append to filenames for mocks
:mock_suffix: '' # Suffix to append to filenames for mocks
@@ -117,11 +116,10 @@ simulator:
:callback_after_arg_check: false # Do we want cmock to enforce an argument check first when using a callback?
:includes: # You can add additional includes here, or specify the location with the options below
- Types.h
:includes_h_pre_orig_header: nil
:includes_h_post_orig_header: nil
:includes_c_pre_header: nil
:includes_c_post_header: nil
:orig_header_include_fmt: '#include "%s"'
:array_size_type: [] # Specify a type or types that should be used for array lengths
:array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array
#:includes_h_pre_orig_header: []
#:includes_h_post_orig_header: []
#:includes_c_pre_header: []
#:includes_c_post_header: []
#:array_size_type: [] # Specify a type or types that should be used for array lengths
#:array_size_name: 'size|len' # Specify a name or names that CMock might automatically recognize as the length of an array
:exclude_setjmp_h: false # Don't use setjmp when running CMock. Note that this might result in late reporting or out-of-order failures.