eriptic / uoscore-uedhoc

C implementations for constrained (and non-constrained) devices of the IETF protocols OSCORE and EDHOC
Other
15 stars 15 forks source link

up-to-date of documentation how to run tests #9

Closed AleksanderDemianowski closed 2 years ago

AleksanderDemianowski commented 2 years ago

I have some problems to run tests localy. Is the readme file up to date? Maybe description can be splitted into two chapters: embedded devcie and linux host. I tried to run it on dev branch according to the description.

StefanHri commented 2 years ago

Hi Aleksander, sorry for the late response. What exactly is not working. I tried aganin on the dev brunch:

cd test/
source <path>/zephyr-env.sh 
rm -rf build/; west build -b=native_posix
west build -t run

and it works for me.