14
14
15
15
import (" //build_overrides/build.gni" )
16
16
import (" //build_overrides/chip.gni" )
17
- import (" //build_overrides/nlunit_test.gni" )
18
17
19
18
import (" ${ chip_root } /build/chip/chip_test_suite.gni" )
20
19
import (" ${ chip_root } /src/app/icd/icd.gni" )
@@ -38,15 +37,9 @@ static_library("helpers") {
38
37
" ${ chip_root } /src/transport" ,
39
38
" ${ chip_root } /src/transport/tests:helpers" ,
40
39
]
41
-
42
- # MessagingContext exposes nl-test compatible setup/teardown functions, specifically
43
- # they return nltest specific SUCCESS/FAILURE constants hence this dependency.
44
- #
45
- # Once all tests are moved to pw_unittest/gtest, this dependency should be removed
46
- public_deps = [ " ${ nlunit_test_root } :nlunit-test" ]
47
40
}
48
41
49
- chip_test_suite_using_nltest (" tests" ) {
42
+ chip_test_suite (" tests" ) {
50
43
output_name = " libMessagingLayerTests"
51
44
52
45
test_sources = [
@@ -73,12 +66,10 @@ chip_test_suite_using_nltest("tests") {
73
66
" ${ chip_root } /src/lib/core" ,
74
67
" ${ chip_root } /src/lib/support" ,
75
68
" ${ chip_root } /src/lib/support:test_utils" ,
76
- " ${ chip_root } /src/lib/support:testing_nlunit" ,
77
69
" ${ chip_root } /src/messaging" ,
78
70
" ${ chip_root } /src/protocols" ,
79
71
" ${ chip_root } /src/transport" ,
80
72
" ${ chip_root } /src/transport/raw/tests:helpers" ,
81
- " ${ nlunit_test_root } :nlunit-test" ,
82
73
]
83
74
84
75
if (chip_enable_icd_server ) {
0 commit comments