mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-29 16:52:15 +00:00
9 lines
184 B
Bash
9 lines
184 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
# test the counter using a go test script
|
||
|
bash tests/test_app/test.sh
|
||
|
|
||
|
# test the cli against the examples in the tutorial at tendermint.com
|
||
|
bash tests/test_cli/test.sh
|
||
|
|