Skip to content

Commit

Permalink
Merge branch 'fix/esp_netif_test_depends_pattern' into 'master'
Browse files Browse the repository at this point in the history
fix(esp_netif): Update test-apps dependency patterns

Closes IDF-8393

See merge request espressif/esp-idf!27682
  • Loading branch information
david-cermak committed Dec 8, 2023
2 parents 12011d2 + a1e92d3 commit c008a51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/esp_netif/test_apps/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@ components/esp_netif/test_apps/test_app_esp_netif:
- if: IDF_TARGET not in ["esp32s2", "esp32c3"]
temporary: false
reason: Not needed to test on all targets (chosen two, one for each architecture)
depends_components:
- esp_netif
- lwip
- esp_eth
- esp_wifi

components/esp_netif/test_apps/test_app_vfs_l2tap:
disable:
- if: SOC_EMAC_SUPPORTED != 1
temporary: false
reason: test uses internal EMAC
depends_components:
- esp_netif
- lwip
- esp_eth

0 comments on commit c008a51

Please sign in to comment.