Commit 7a113df
authored
opensc: add run_tests.sh (#13604)
Adds run_tests.sh to the opensc project.
run_tests.sh is used as part of Chronos with cached builds:
https://github.com/google/oss-fuzz/tree/master/infra/experimental/chronos#check-tests
`infra/experimental/chronos/check_tests.sh opensc c`
```
PASS: test-manpage.sh
PASS: test-duplicate-symbols.sh
SKIP: test-pkcs11-tool-test-threads.sh
SKIP: test-pkcs11-tool-allowed-mechanisms.sh
SKIP: test-pkcs11-tool-sym-crypt-test.sh
SKIP: test-pkcs11-tool-test.sh
SKIP: test-pkcs11-tool-sign-verify.sh
SKIP: test-pkcs11-tool-unwrap-wrap-test.sh
SKIP: test-pkcs11-tool-import.sh
============================================================================
Testsuite summary for OpenSC 0.26.1
============================================================================
# TOTAL: 9
# PASS: 2
# SKIP: 7
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/src/opensc/tests'
make[2]: Leaving directory '/src/opensc/tests'
make[1]: Leaving directory '/src/opensc/tests'
make[1]: Entering directory '/src/opensc'
make[1]: Nothing to be done for 'check-am'.
make[1]: Leaving directory '/src/opensc
```
Signed-off-by: Adam Korczynski <adam@adalogics.com>1 parent 6f307a9 commit 7a113df
3 files changed
+19
-2
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 | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| 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 | + | |
0 commit comments