mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 14:30:56 +02:00
24 lines
522 B
Plaintext
24 lines
522 B
Plaintext
To test wolfSSL in RIOT build system get the RIOT source code from here:
|
|
git clone https://github.com/RIOT-OS/RIOT
|
|
|
|
Then cd RIOT/examples
|
|
|
|
clone wolfssl in that directory. You should end up with RIOT/examples/wolfssl
|
|
|
|
git clone https://github.com/wolfssl/wolfssl
|
|
|
|
cd <path-to>/RIOT/examples/wolfssl/RIOT_Make
|
|
|
|
To test all three applications:
|
|
|
|
wolfbenchmark
|
|
testsuite
|
|
wolfcrypt-test
|
|
|
|
run the script in this directory: ./test-all.sh
|
|
|
|
See the README in each respecive directory for more information on wolfSSL and
|
|
RIOT_OS!
|
|
|
|
|