mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-16 16:41:20 +00:00
10 lines
237 B
Bash
Executable File
10 lines
237 B
Bash
Executable File
|
|
ROOT=$GOPATH/src/github.com/tendermint/tmsp
|
|
cd $ROOT
|
|
|
|
# test golang counter
|
|
COUNTER_APP="counter" go run $ROOT/tests/test_counter.go
|
|
|
|
# test nodejs counter
|
|
COUNTER_APP="node ../js-tmsp/example/app.js" go run $ROOT/tests/test_counter.go
|