mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 04:58:43 +03:00
Merge branch 'test/lwip_build_test' into 'master'
feat(lwip): Add support for build-only tests See merge request espressif/esp-idf!48524
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
components/lwip/test_apps:
|
||||
disable_test:
|
||||
- if: IDF_TARGET != "esp32"
|
||||
- if: CONFIG_NAME == "build_test_ppp"
|
||||
reason: running this test for one target only is enough to be sufficiently confident about no regression in lwip
|
||||
|
||||
9
components/lwip/test_apps/sdkconfig.ci.build_test_ppp
Normal file
9
components/lwip/test_apps/sdkconfig.ci.build_test_ppp
Normal file
@@ -0,0 +1,9 @@
|
||||
CONFIG_LWIP_PPP_SUPPORT=y
|
||||
CONFIG_LWIP_PPP_PAP_SUPPORT=y
|
||||
CONFIG_LWIP_PPP_CHAP_SUPPORT=y
|
||||
CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION=n
|
||||
CONFIG_LWIP_PPP_DEBUG_ON=y
|
||||
CONFIG_LWIP_USE_EXTERNAL_MBEDTLS=y
|
||||
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n
|
||||
CONFIG_UNITY_ENABLE_FIXTURE=y
|
||||
CONFIG_VFS_SUPPORT_TERMIOS=y
|
||||
Reference in New Issue
Block a user