tendermint/tests/test.sh

10 lines
191 B
Bash
Raw Normal View History

2016-07-23 15:54:58 -07:00
#! /bin/bash
2017-11-27 23:24:17 -08:00
set -e
2016-07-23 15:54:58 -07: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