File tree 4 files changed +7
-3
lines changed
src/controller/tests/data_model
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ chip_test_suite("data_model") {
35
35
" ${ chip_root } /src/app/tests:helpers" ,
36
36
" ${ chip_root } /src/app/util/mock:mock_ember" ,
37
37
" ${ chip_root } /src/controller" ,
38
+ " ${ chip_root } /src/lib/core:string-builder-adapters" ,
38
39
" ${ chip_root } /src/messaging/tests:helpers" ,
39
40
" ${ chip_root } /src/transport/raw/tests:helpers" ,
40
41
]
Original file line number Diff line number Diff line change 22
22
*
23
23
*/
24
24
25
- #include < gtest/gtest.h>
25
+ #include < lib/core/StringBuilderAdapters.h>
26
+ #include < pw_unit_test/framework.h>
26
27
27
28
#include " app/data-model/NullObject.h"
28
29
#include < app-common/zap-generated/cluster-objects.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- #include < gtest/gtest.h>
19
+ #include < lib/core/StringBuilderAdapters.h>
20
+ #include < pw_unit_test/framework.h>
20
21
21
22
#include " system/SystemClock.h"
22
23
#include " transport/SecureSession.h"
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- #include < gtest/gtest.h>
19
+ #include < lib/core/StringBuilderAdapters.h>
20
+ #include < pw_unit_test/framework.h>
20
21
21
22
#include " app-common/zap-generated/ids/Clusters.h"
22
23
#include < app-common/zap-generated/cluster-objects.h>
You can’t perform that action at this time.
0 commit comments