You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#! /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
|
|
|