Commit 06e5575
authored
h3: add run_tests.sh (#13615)
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 h3 c++
277/283 Test #277: testCliUncompactCellsStdin3_test139 .............. Passed 0.01 sec
Start 278: testCliUncompactCellsArg1_test139
278/283 Test #278: testCliUncompactCellsArg1_test139 ................ Passed 0.01 sec
Start 279: testCliUncompactCellsArg2_test139
279/283 Test #279: testCliUncompactCellsArg2_test139 ................ Passed 0.01 sec
Start 280: testCliUncompactCellsArg3_test139
280/283 Test #280: testCliUncompactCellsArg3_test139 ................ Passed 0.01 sec
Start 281: testCliVertexToLatLng_test139
281/283 Test #281: testCliVertexToLatLng_test139 .................... Passed 0.01 sec
Start 282: testCliNotVertexToLatLng_test139
282/283 Test #282: testCliNotVertexToLatLng_test139 ................. Passed 0.01 sec
Start 283: testH3Memory_test140
283/283 Test #283: testH3Memory_test140 ............................. Passed 0.01 sec
100% tests passed, 0 tests failed out of 283
```
Signed-off-by: David Korczynski <david@adalogics.com>1 parent 1819beb commit 06e5575
3 files changed
+22
-3
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 | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 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 | + | |
0 commit comments