Commit 1ff6532
authored
valijson: add run_tests.sh (#13605)
Adds run_tests.sh to the valijson 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 valijson c`
```
Running main() from /src/valijson/thirdparty/googletest/googletest/src/gtest_main.cc
[==========] Running 125 tests from 16 test suites.
[----------] Global test environment set-up.
[----------] 21 tests from TestAdapterComparison
[ RUN ] TestAdapterComparison.JsonCppVsJsonCpp
[ OK ] TestAdapterComparison.JsonCppVsJsonCpp (9 ms)
[ RUN ] TestAdapterComparison.JsonCppVsPicoJson
[ OK ] TestAdapterComparison.JsonCppVsPicoJson (3 ms)
[ RUN ] TestAdapterComparison.JsonCppVsRapidJson
[ OK ] TestAdapterComparison.JsonCppVsRapidJson (5 ms)
[ RUN ] TestAdapterComparison.JsonCppVsRapidJsonCrtAlloc
[ OK ] TestAdapterComparison.JsonCppVsRapidJsonCrtAlloc (5 ms)
...
```
Signed-off-by: Adam Korczynski <adam@adalogics.com>1 parent d888e51 commit 1ff6532
3 files changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 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