mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
Update all CMock configuration to compare_ptr. (#1123)
Bring the change of CMock configuration in directory tasks to all other directories. Co-authored-by: Soren Ptak <ptaksoren@gmail.com> Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com> Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
This commit is contained in:
parent
770e93bdfe
commit
b0c6296cbf
7 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
||||||
:cmock:
|
:cmock:
|
||||||
:mock_prefix: mock_
|
:mock_prefix: mock_
|
||||||
:when_no_prototypes: :warn
|
:when_no_prototypes: :warn
|
||||||
|
:when_ptr: :compare_ptr
|
||||||
:treat_externs: :include
|
:treat_externs: :include
|
||||||
:enforce_strict_ordering: TRUE
|
:enforce_strict_ordering: TRUE
|
||||||
:plugins:
|
:plugins:
|
||||||
- :ignore
|
- :ignore
|
||||||
- :ignore_arg
|
- :ignore_arg
|
||||||
- :expect_any_args
|
- :expect_any_args
|
||||||
- :array
|
|
||||||
- :callback
|
- :callback
|
||||||
- :return_thru_ptr
|
- :return_thru_ptr
|
||||||
:callback_include_count: true # include a count arg when calling the callback
|
:callback_include_count: true # include a count arg when calling the callback
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
:cmock:
|
:cmock:
|
||||||
:mock_prefix: mock_
|
:mock_prefix: mock_
|
||||||
:when_no_prototypes: :warn
|
:when_no_prototypes: :warn
|
||||||
|
:when_ptr: :compare_ptr
|
||||||
:treat_externs: :include
|
:treat_externs: :include
|
||||||
:enforce_strict_ordering: TRUE
|
:enforce_strict_ordering: TRUE
|
||||||
:plugins:
|
:plugins:
|
||||||
- :ignore
|
- :ignore
|
||||||
- :ignore_arg
|
- :ignore_arg
|
||||||
- :expect_any_args
|
- :expect_any_args
|
||||||
- :array
|
|
||||||
- :callback
|
- :callback
|
||||||
- :return_thru_ptr
|
- :return_thru_ptr
|
||||||
:callback_include_count: true # include a count arg when calling the callback
|
:callback_include_count: true # include a count arg when calling the callback
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
:cmock:
|
:cmock:
|
||||||
:mock_prefix: mock_
|
:mock_prefix: mock_
|
||||||
:when_no_prototypes: :warn
|
:when_no_prototypes: :warn
|
||||||
|
:when_ptr: :compare_ptr
|
||||||
:treat_externs: :include
|
:treat_externs: :include
|
||||||
:enforce_strict_ordering: TRUE
|
:enforce_strict_ordering: TRUE
|
||||||
:plugins:
|
:plugins:
|
||||||
- :ignore
|
- :ignore
|
||||||
- :ignore_arg
|
- :ignore_arg
|
||||||
- :expect_any_args
|
- :expect_any_args
|
||||||
- :array
|
|
||||||
- :callback
|
- :callback
|
||||||
- :return_thru_ptr
|
- :return_thru_ptr
|
||||||
:callback_include_count: true # include a count arg when calling the callback
|
:callback_include_count: true # include a count arg when calling the callback
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
:cmock:
|
:cmock:
|
||||||
:mock_prefix: mock_
|
:mock_prefix: mock_
|
||||||
:when_no_prototypes: :warn
|
:when_no_prototypes: :warn
|
||||||
|
:when_ptr: :compare_ptr
|
||||||
:treat_externs: :include
|
:treat_externs: :include
|
||||||
:enforce_strict_ordering: TRUE
|
:enforce_strict_ordering: TRUE
|
||||||
:plugins:
|
:plugins:
|
||||||
- :ignore
|
- :ignore
|
||||||
- :ignore_arg
|
- :ignore_arg
|
||||||
- :expect_any_args
|
- :expect_any_args
|
||||||
- :array
|
|
||||||
- :callback
|
- :callback
|
||||||
- :return_thru_ptr
|
- :return_thru_ptr
|
||||||
:callback_include_count: true # include a count arg when calling the callback
|
:callback_include_count: true # include a count arg when calling the callback
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
:cmock:
|
:cmock:
|
||||||
:mock_prefix: mock_
|
:mock_prefix: mock_
|
||||||
:when_no_prototypes: :warn
|
:when_no_prototypes: :warn
|
||||||
|
:when_ptr: :compare_ptr
|
||||||
:treat_externs: :include
|
:treat_externs: :include
|
||||||
:enforce_strict_ordering: TRUE
|
:enforce_strict_ordering: TRUE
|
||||||
:plugins:
|
:plugins:
|
||||||
- :ignore
|
- :ignore
|
||||||
- :ignore_arg
|
- :ignore_arg
|
||||||
- :expect_any_args
|
- :expect_any_args
|
||||||
- :array
|
|
||||||
- :callback
|
- :callback
|
||||||
- :return_thru_ptr
|
- :return_thru_ptr
|
||||||
- :cexception
|
- :cexception
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
:cmock:
|
:cmock:
|
||||||
:mock_prefix: mock_
|
:mock_prefix: mock_
|
||||||
:when_no_prototypes: :warn
|
:when_no_prototypes: :warn
|
||||||
|
:when_ptr: :compare_ptr
|
||||||
:treat_externs: :include
|
:treat_externs: :include
|
||||||
:enforce_strict_ordering: TRUE
|
:enforce_strict_ordering: TRUE
|
||||||
:plugins:
|
:plugins:
|
||||||
- :ignore
|
- :ignore
|
||||||
- :ignore_arg
|
- :ignore_arg
|
||||||
- :expect_any_args
|
- :expect_any_args
|
||||||
- :array
|
|
||||||
- :callback
|
- :callback
|
||||||
- :return_thru_ptr
|
- :return_thru_ptr
|
||||||
:callback_include_count: true # include a count arg when calling the callback
|
:callback_include_count: true # include a count arg when calling the callback
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
:cmock:
|
:cmock:
|
||||||
:mock_prefix: mock_
|
:mock_prefix: mock_
|
||||||
:when_no_prototypes: :warn
|
:when_no_prototypes: :warn
|
||||||
|
:when_ptr: :compare_ptr
|
||||||
:treat_externs: :include
|
:treat_externs: :include
|
||||||
:enforce_strict_ordering: TRUE
|
:enforce_strict_ordering: TRUE
|
||||||
:plugins:
|
:plugins:
|
||||||
- :ignore
|
- :ignore
|
||||||
- :ignore_arg
|
- :ignore_arg
|
||||||
- :expect_any_args
|
- :expect_any_args
|
||||||
- :array
|
|
||||||
- :callback
|
- :callback
|
||||||
- :return_thru_ptr
|
- :return_thru_ptr
|
||||||
:callback_include_count: true # include a count arg when calling the callback
|
:callback_include_count: true # include a count arg when calling the callback
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue