mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
Remove some stuff that shouldn't really be in config file.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user