time_in_byoyomi(): Rewrite, smoother to read and more flexible now
[pachi.git] / t-unit / README
blob7e8b2036edafe440a276284a0a5fd8cfe44a9325
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         ./zzgo -u t-unit/sar.t
7 Currently, only few basic tests for the self-atari detector are
8 available, but it is easy to add more.