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