Commit 834c32c
authored
jansson: add run_tests.sh (#13596)
`infra/experimental/chronos/check_tests.sh jansson c`
```
...
PASS: run-suites
============================================================================
Testsuite summary for jansson 2.14.1
============================================================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/src/jansson/test'
make[3]: Leaving directory '/src/jansson/test'
make[2]: Leaving directory '/src/jansson/test'
make[1]: Leaving directory '/src/jansson/test'
make[1]: Entering directory '/src/jansson'
make check-TESTS
make[2]: Entering directory '/src/jansson'
make[3]: Entering directory '/src/jansson'
SKIP: scripts/clang-format-check
============================================================================
Testsuite summary for jansson 2.14.1
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 1
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/src/jansson'
make[2]: Leaving directory '/src/jansson'
make[1]: Leaving directory '/src/jansson'
```
Signed-off-by: Adam Korczynski <adam@adalogics.com>1 parent edc5505 commit 834c32c
2 files changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 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 | + | |
0 commit comments