mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-16 08:31:19 +00:00
14 lines
252 B
Bash
14 lines
252 B
Bash
|
|
||
|
ROOT=$GOPATH/src/github.com/tendermint/tmsp
|
||
|
cd $ROOT
|
||
|
|
||
|
# test golang dummy
|
||
|
bash tests/test_dummy.sh
|
||
|
|
||
|
# test golang counter
|
||
|
bash tests/test_counter.sh
|
||
|
|
||
|
# test python counter
|
||
|
cd example/python
|
||
|
COUNTER_APP="python app.py" bash $ROOT/tests/test_counter.sh
|