| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
First, if the user hasn't downloaded the monster test database, we just run a
simple test of 400 historical games.  Second, you can specify the variables
START and COUNT on the command line, for running just a part of the huge
database.
 | 
 | 
make START=2000 FINISH=5000 check
If START is omitted, it begins at game 1.  If FINISH is omitted, it ends at
the last game in the test database.
 | 
 | 
 | 
 | 
 | 
 | 
many changes to the code, including:
 - documentation has been moved into doc/
 - the chess-eco opening moves are pre-generated from chess-eco.ps into
    chess-eco.fen, so users don't have to wait around for it to build
 - no longer using lispdoc to auto-gen function stubs in chess.texi,
   this means that chess-maint.el and lispdoc.el are gone
 |