File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 15
15
import (" //build_overrides/build.gni" )
16
16
import (" //build_overrides/chip.gni" )
17
17
import (" //build_overrides/nlunit_test.gni" )
18
+ import (" //build_overrides/pigweed.gni" )
18
19
19
20
import (" ${ chip_root } /build/chip/chip_test_suite.gni" )
20
21
import (" ${ chip_root } /build/chip/tests.gni" )
@@ -69,8 +70,6 @@ chip_test_suite("tests") {
69
70
" :helpers" ,
70
71
" ${ chip_root } /src/inet" ,
71
72
" ${ chip_root } /src/lib/core" ,
72
- " ${ chip_root } /src/lib/support:testing_nlunit" ,
73
- " ${ nlunit_test_root } :nlunit-test" ,
74
73
]
75
74
test_sources = [
76
75
" TestBasicPacketFilters.cpp" ,
Original file line number Diff line number Diff line change 33
33
#include < inet/InetError.h>
34
34
#include < lib/core/ErrorStr.h>
35
35
#include < lib/support/CodeUtils.h>
36
- #include < lib/support/UnitTestRegistration.h>
37
36
38
37
using namespace chip ;
39
38
You can’t perform that action at this time.
0 commit comments