2016-07-23 18:54:58 -04:00
|
|
|
#! /bin/bash
|
2017-11-28 07:24:17 +00:00
|
|
|
set -e
|
2016-07-23 18:54:58 -04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|