How to run test cases
=====================

1. Run the server with port 4000

$ cd ../shogi-server
$ ./shogi-server hoge 4000

You can use any server name.

2. Run the test cases

./TC_ALL.rb


