mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 10:32:05 +00:00
10 lines
191 B
Bash
Executable File
10 lines
191 B
Bash
Executable File
#! /bin/bash
|
|
set -e
|
|
|
|
# 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
|
|
|