mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
369 B
YAML
13 lines
369 B
YAML
:cmock:
|
|
:includes_c_pre_header:
|
|
# This is to define the esp_netif_t object, CMock needs its size for expect functions
|
|
- esp_netif_mock.h
|
|
:plugins:
|
|
- expect
|
|
- expect_any_args
|
|
- return_thru_ptr
|
|
- array
|
|
- ignore
|
|
- ignore_arg
|
|
- callback
|