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.

10 lines
326 B

  1. gen_query_parser:
  2. go generate .
  3. fuzzy_test:
  4. go get -u -v github.com/dvyukov/go-fuzz/go-fuzz
  5. go get -u -v github.com/dvyukov/go-fuzz/go-fuzz-build
  6. go-fuzz-build github.com/tendermint/tendermint/libs/pubsub/query/fuzz_test
  7. go-fuzz -bin=./fuzz_test-fuzz.zip -workdir=./fuzz_test/output
  8. .PHONY: gen_query_parser fuzzy_test