Skip to content

Commit 99da7f9

Browse files
committed
fix BUILD.gn
1 parent 9109e27 commit 99da7f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/inet/tests/BUILD.gn

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import("//build_overrides/build.gni")
1616
import("//build_overrides/chip.gni")
1717
import("//build_overrides/nlunit_test.gni")
18+
import("//build_overrides/pigweed.gni")
1819

1920
import("${chip_root}/build/chip/chip_test_suite.gni")
2021
import("${chip_root}/build/chip/tests.gni")
@@ -69,8 +70,6 @@ chip_test_suite("tests") {
6970
":helpers",
7071
"${chip_root}/src/inet",
7172
"${chip_root}/src/lib/core",
72-
"${chip_root}/src/lib/support:testing_nlunit",
73-
"${nlunit_test_root}:nlunit-test",
7473
]
7574
test_sources = [
7675
"TestBasicPacketFilters.cpp",

src/inet/tests/TestInetErrorStr.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#include <inet/InetError.h>
3434
#include <lib/core/ErrorStr.h>
3535
#include <lib/support/CodeUtils.h>
36-
#include <lib/support/UnitTestRegistration.h>
3736

3837
using namespace chip;
3938

0 commit comments

Comments
 (0)