diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-07-03 14:14:03 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-07-03 15:42:35 +0200 |
| commit | 1a8eac6a90ca61f3703f9b97afc2ec4918f0ab55 (patch) | |
| tree | ae24b880ef0ccc90196d214765f388bb6fb9e7fb /tools | |
| parent | c308de39edc1697efbd5c10dc4852a58f9b86558 (diff) | |
Add tests/fuzzers for OSS Fuzz (#965)
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-ci/run.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 5118657b..97f5f712 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -344,6 +344,12 @@ New/unknown test failure found!!! fi fi +if [ "${OPJ_CI_BUILD_FUZZERS:-}" == "1" ]; then + cd tests/fuzzers + make + cd ../.. +fi + if [ "${OPJ_CI_PERF_TESTS:-}" == "1" ]; then cd tests/performance echo "Running performance tests on current version (dry-run)" |
