You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zfuzz.sh 351B

12345678910
  1. #!/bin/bash
  2. #
  3. # Copyright 2017, Joe Tsai. All rights reserved.
  4. # Use of this source code is governed by a BSD-style
  5. # license that can be found in the LICENSE.md file.
  6. # zfuzz wraps internal/tool/fuzz and is useful for fuzz testing each of
  7. # the implementations in this repository.
  8. cd $(dirname "${BASH_SOURCE[0]}")/internal/tool/fuzz
  9. ./fuzz.sh "$@"