This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
update make test
pull/1780/head
Ethan Buchman
8 years ago
parent
49a67aee8a
commit
ba11348508
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+1
-2
circle.yml
+1
-0
tests/test_counter/test.sh
+ 1
- 0
Makefile
View File
@ -10,6 +10,7 @@ install: get_deps
test
:
go
test
github.com/tendermint/tmsp/...
bash tests/test_counter/test.sh
get_deps
:
go get -d github.com/tendermint/tmsp/...
+ 1
- 2
circle.yml
View File
@ -20,5 +20,4 @@ dependencies:
test:
override:
-
"cd $REPO && go test ./..."
-
"cd $REPO && bash tests/test_counter/test.sh"
-
"cd $REPO && make test"
+ 1
- 0
tests/test_counter/test.sh
View File
@ -10,4 +10,5 @@ COUNTER_APP="counter" go run test_counter.go
COUNTER_APP
=
"counter -tmsp=grpc"
go run test_counter.go -tmsp
=
grpc
# test nodejs counter
# TODO: fix node app
#COUNTER_APP="node $GOPATH/src/github.com/tendermint/js-tmsp/example/app.js" go run test_counter.go
Write
Preview
Loading…
Cancel
Save