X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=vendor%2Fgithub.com%2Ftendermint%2Ftmlibs%2Fpubsub%2Fquery%2FMakefile;fp=vendor%2Fgithub.com%2Ftendermint%2Ftmlibs%2Fpubsub%2Fquery%2FMakefile;h=0000000000000000000000000000000000000000;hp=ca3ff5b56480b3dc10ab16681e3831dbc519e755;hb=54373c1a3efe0e373ec1605840a4363e4b246c46;hpb=ee01d543fdfe1fd0a4d548965c66f7923ea7b062 diff --git a/vendor/github.com/tendermint/tmlibs/pubsub/query/Makefile b/vendor/github.com/tendermint/tmlibs/pubsub/query/Makefile deleted file mode 100644 index ca3ff5b5..00000000 --- a/vendor/github.com/tendermint/tmlibs/pubsub/query/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -gen_query_parser: - @go get github.com/pointlander/peg - peg -inline -switch query.peg - -fuzzy_test: - @go get github.com/dvyukov/go-fuzz/go-fuzz - @go get github.com/dvyukov/go-fuzz/go-fuzz-build - go-fuzz-build github.com/tendermint/tmlibs/pubsub/query/fuzz_test - go-fuzz -bin=./fuzz_test-fuzz.zip -workdir=./fuzz_test/output - -.PHONY: gen_query_parser fuzzy_test