Commit 3306ffb
authored
libcue: add run_tests.sh (#13682)
`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 libcue c`
```
Running tests...
Test project /work
Start 1: standard_cue_test
1/6 Test #1: standard_cue_test ................ Passed 0.01 sec
Start 2: single_file_idx_00_test
2/6 Test #2: single_file_idx_00_test .......... Passed 0.01 sec
Start 3: multiple_files_test
3/6 Test #3: multiple_files_test .............. Passed 0.01 sec
Start 4: noncompliant_test
4/6 Test #4: noncompliant_test ................ Passed 0.01 sec
Start 5: issue10_test
5/6 Test #5: issue10_test ..................... Passed 0.01 sec
Start 6: 99_tracks_test
6/6 Test #6: 99_tracks_test ................... Passed 0.01 sec
100% tests passed, 0 tests failed out of 6
Total Test time (real) = 0.06 sec
--------------------------------------------------------
Total time taken to replay tests: 1
```
Signed-off-by: Adam Korczynski <adam@adalogics.com>1 parent 23260fd commit 3306ffb
2 files changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | + | |
| 18 | + | |
0 commit comments