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.

17 lines
339 B

9 years ago
  1. ROOT=$GOPATH/src/github.com/tendermint/tmsp
  2. cd $ROOT
  3. # test golang dummy
  4. bash tests/test_dummy.sh
  5. # test golang counter
  6. bash tests/test_counter.sh
  7. # test python counter
  8. cd example/python
  9. COUNTER_APP="python app.py" bash $ROOT/tests/test_counter.sh
  10. # test js counter
  11. cd ../js
  12. COUNTER_APP="node app.js" bash $ROOT/tests/test_counter.sh