From 4f8cd4c0f4443d51a9603790a445b06c073b7a4d Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Tue, 26 Sep 2017 13:49:30 +0200 Subject: Fix fuzzer test script and add it to travis matrix (#606) --- scripts/.travis.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/.travis.sh b/scripts/.travis.sh index 63939a6..9ddfa1b 100755 --- a/scripts/.travis.sh +++ b/scripts/.travis.sh @@ -51,6 +51,9 @@ case "$1" in cd java/org/brotli mvn install && cd integration && mvn verify ;; + "fuzz") + ./c/fuzz/test_fuzzer.sh + ;; "bazel") bazel test -c opt ...:all ;; -- cgit v1.1