You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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>
0 commit comments