Commit 9d60f54
authored
libsrtp: add run_tests.sh (#13600)
`infra/experimental/chronos/check_tests.sh libsrtp c`
```
...
Build done. Please run 'make runtest' to run self tests.
running libsrtp3 test applications...
crypto/test/cipher_driver -v >/dev/null
crypto/test/kernel_driver -v >/dev/null
test/test_srtp >/dev/null
test/rdbx_driver -v >/dev/null
test/srtp_driver -v >/dev/null
test/roc_driver -v >/dev/null
test/replay_driver -v >/dev/null
cd test; /src/libsrtp/test/rtpw_test.sh -w /src/libsrtp/test/words.txt >/dev/null
libsrtp3 test applications passed.
make -C crypto runtest
make[1]: Entering directory '/src/libsrtp/crypto'
test/env # print out information on the build environment
CPU set to little-endian (WORDS_BIGENDIAN == 0)
CPU set to CISC (CPU_CISC == 1)
running crypto test applications...
test `test/aes_calc 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff` = 69c4e0d86a7b0430d8cdb78070b4c55a
test `test/aes_calc 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f 00112233445566778899aabbccddeeff` = 8ea2b7ca516745bfeafc49904b496089
test/sha1_driver -v >/dev/null
test/cipher_driver -v >/dev/null
test/datatypes_driver -v >/dev/null
test/kernel_driver -v >/dev/null
crypto test applications passed.
make[1]: Leaving directory '/src/libsrtp/crypto'
/src
```
Signed-off-by: Adam Korczynski <adam@adalogics.com>1 parent 834c32c commit 9d60f54
3 files changed
+38
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
1 | 17 | | |
2 | 18 | | |
3 | 19 | | |
4 | 20 | | |
| 21 | + | |
5 | 22 | | |
6 | 23 | | |
7 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments