t-unit: can_countercap
[pachi.git] / t-unit / README
blobd9a3167abe1e8b94b869781b3afed45f21bf51f6
1 This is a simple unit-testing framework where specific Pachi routines
2 can be checked for proper result on given testcases (board pieces).
3 Run the unit tests like:
5         ./pachi -u t-unit/sar.t
6         ./pachi -u t-unit/ladder.t
7         ./pachi -u t-unit/moggy.t
8         ...