Skip to content

Commit 9c6b7e5

Browse files
committed
Allow vector in nrfconnect test runner
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 66c9b9a commit 9c6b7e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/tools/check_includes_config.py

+3
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,7 @@
188188
'src/controller/CHIPDeviceController.cpp': {'string'},
189189
'src/qrcodetool/setup_payload_commands.cpp': {'string'},
190190
'src/access/AccessRestrictionProvider.h': {'vector', 'map'},
191+
192+
# nrfconnect test runner
193+
'src/test_driver/nrfconnect/main/runner.cpp': {'vector'},
191194
}

0 commit comments

Comments
 (0)