• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

edhoc_testvector_tests/11-Mar-2024-361249

oscore_testvector_tests/11-Mar-2024-361244

CMakeLists.txtD11-Mar-20243.3 KiB10685

README.MDD11-Mar-2024478 128

entropy.cD11-Mar-2024939 5324

main.cD11-Mar-20244.1 KiB16895

prj.confD11-Mar-202491 63

README.MD

1# Tests
2
3This folder contains tests for uoscore and uedhoc. The tests can be executed on an embedded board, e.g., nrf51dk and/or a Linux host. The tests use Zephyr OS for building.
4
5### How to run:
6
7* source `zephyr-env.sh`,
8* if you want to test on a specific board connect the board to your host and open an serial terminal to observe the test results,
9* execute `west build -b=<board_name>`
10* if an embedded board is used `west flash`
11* if a PC is used `west build -t run`
12