------------------------------------------------------------------------
-- REGRESSION TESTING
------------------------------------------------------------------------

the --mode test option of gnugo allows for testing of moves.

generated moves are tested against annotations and actual moves

/* ANNOTATION PROPERTIES:
* Circle:   Good Move
* Triangle: OK move
* Square:   Bad move   (Mark too... cgoban writes MA instead of SQ)
* Move that was made:  considered good unless annotated (BM, TE)
*/


EXAMPLES

The regression directory contains an example test-tree.sgf which shows how
the testing works.  Look at it with your favorite editor, then run it
through the test to see how it performs.

A sample test run:
gnugo --mode test --testmode annotation --infile test-tree.sgf --quiet


PROBLEMS
  There is no easy way to figure out which moves were good and bad... still
  need to come up with a convention for this.  Comments could be used...

