File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,19 +67,24 @@ make -C client/tests
6767make -C server/tests
6868```
6969
70- See [ ` client/tests/coap_client_tests.md ` ] ( client/tests/coap_client_tests.md )
71- for the specification of these tests.
70+ Thanks to ` bbt ` , the test specification can also work as documentation of the
71+ features available in the server and the client. You can see:
72+
73+ * Client tests for [ plain CoAP] ( client/tests/coap_client_tests.md ) and
74+ [ CoAP over DTLS] ( `client/tests/coaps_client_tests.md` )
75+ * Server tests for [ plain CoAP] ( `server/tests/coap_server_tests.md` ) and
76+ [ CoAP over DTLS] ( `server/tests/coaps_server_tests.md` )
7277
7378There are also some unit tests for the library. To run them, enter the ` tests/ `
74- directory and run:
79+ directory and run them using Alire :
7580```
7681cd tests; alr run
7782```
7883
7984## How to prove
8085The project (library, client and server) is currently proved up to the silver mode.
8186
82- The [ ` proof/ ` ] ( proof/ ) directory constains the results of passing GNATProve. You can replay it running:
87+ The [ ` proof/ ` ] ( proof/ ) directory contains the results of passing GNATProve. You can replay it running:
8388```
8489alr gnatprove --replay
8590```
You can’t perform that action at this time.
0 commit comments