add test example

This commit is contained in:
Ethan Buchman
2016-06-23 20:37:35 -04:00
parent 0c70a4636a
commit a44e0e0f4b
5 changed files with 98 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.PHONY: all test get_deps
all: test
test:
go test github.com/tendermint/go-rpc/...
cd ./test && bash test.sh
get_deps:
go get -t -d github.com/tendermint/go-rpc/...