Skip to content

Commit

Permalink
Merge branch 'master' into 0415_add_rpc_event
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 authored May 18, 2024
2 parents adefbfc + 443bb9c commit aec7ebf
Show file tree
Hide file tree
Showing 38 changed files with 1,501 additions and 397 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,15 @@
"cwd": "${workspaceFolder}"
},

{
"name": "Fabric Admin (Linux)",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/out/debug/standalone/fabric-admin",
"args": ["--log-file-path", "/tmp/fabric_admin.log"],
"cwd": "${workspaceFolder}"
},

{
"name": "Fabric Bridge App (Linux)",
"type": "lldb",
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/openiotsdk_unit_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tests that are located in the `test` directory, e.g. `src/inet/tests`. Those
sources are built as a static library that can be linked to the unit test
application separately or as a monolithic test library. The common Matter test
library collects all test cases and provides the engine based on
[Nest Labs Unit Test](https://github.com/nestlabs/nlunit-test) to run them in
the application.
[Pigweed Unit Test](https://pigweed.dev/pw_unit_test) to run them in the
application.

The Open IoT SDK unit tests implementation are located in the
`src/test_driver/openiotsdk/unit-tests` directory. This project builds a
Expand All @@ -27,6 +27,7 @@ ChipCryptoTests
CoreTests
CredentialsTest
DataModelTests
ICDServerTests
InetLayerTests
MdnsTests
MessagingLayerTests
Expand All @@ -41,7 +42,6 @@ SetupPayloadTests
SupportTests
SystemLayerTests
TestShell
TransportLayerTests
UserDirectedCommissioningTests
```

Expand Down
Loading

0 comments on commit aec7ebf

Please sign in to comment.