Skip to content

Commit

Permalink
add unit test define to the esp32 config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Mar 19, 2024
1 parent 4232035 commit f95e348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/platform/ESP32/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
#define CHIP_DEVICE_CONFIG_ENABLE_BOTH_COMMISSIONER_AND_COMMISSIONEE CONFIG_ENABLE_ESP32_BLE_CONTROLLER
#define CHIP_DEVICE_CONFIG_ENABLE_PAIRING_AUTOSTART CONFIG_CHIP_ENABLE_PAIRING_AUTOSTART

// Unit test config
#define CONFIG_BUILD_FOR_HOST_UNIT_TEST CONFIG_BUILD_CHIP_TESTS

// Options for background chip task
#define CHIP_DEVICE_CONFIG_ENABLE_BG_EVENT_PROCESSING CONFIG_ENABLE_BG_EVENT_PROCESSING
#define CHIP_DEVICE_CONFIG_BG_TASK_PRIORITY CONFIG_BG_CHIP_TASK_PRIORITY
Expand Down

0 comments on commit f95e348

Please sign in to comment.