tendermint/tests/test.sh

10 lines
237 B
Bash
Raw Normal View History

2015-12-14 18:00:18 -05:00
ROOT=$GOPATH/src/github.com/tendermint/tmsp
cd $ROOT
# test golang counter
2016-02-14 14:59:53 -08:00
COUNTER_APP="counter" go run $ROOT/tests/test_counter.go
2015-12-18 20:44:48 -05:00
2016-02-14 14:59:53 -08:00
# test nodejs counter
COUNTER_APP="node ../js-tmsp/example/app.js" go run $ROOT/tests/test_counter.go