summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-07-03 14:14:03 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-07-03 15:42:35 +0200
commit1a8eac6a90ca61f3703f9b97afc2ec4918f0ab55 (patch)
treeae24b880ef0ccc90196d214765f388bb6fb9e7fb /tools
parentc308de39edc1697efbd5c10dc4852a58f9b86558 (diff)
Add tests/fuzzers for OSS Fuzz (#965)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/run.sh6
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)"