Skip to content

Commit

Permalink
Remove empty lwip test (#7630)
Browse files Browse the repository at this point in the history
We're running this test but it does not do anything. Remove it.
  • Loading branch information
mspang authored and pull[bot] committed Jul 8, 2021
1 parent e9cb940 commit 1921045
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
4 changes: 0 additions & 4 deletions src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ if (chip_build_tests) {
deps += [ "${chip_root}/src/ble/tests" ]
}

if (chip_with_lwip && chip_device_platform != "esp32") {
deps += [ "${chip_root}/src/lwip/tests" ]
}

if (current_os != "zephyr" && chip_device_platform != "esp32") {
deps += [ "${chip_root}/src/lib/shell/tests" ]
}
Expand Down
31 changes: 0 additions & 31 deletions src/lwip/tests/BUILD.gn

This file was deleted.

43 changes: 0 additions & 43 deletions src/lwip/tests/tests.c

This file was deleted.

0 comments on commit 1921045

Please sign in to comment.