summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2008-09-01chess-auto.el is built properly now.John Wiegley
2008-09-01Several improvements to how tests are run.John Wiegley
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.
2008-09-01Allow the stress tests to be run across a specific range:John Wiegley
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.
2008-09-01chess-test is now invoked with the name of the database to read.John Wiegley
2008-08-29Several changes in order for 'make distcheck' to work.John Wiegley
2008-08-29Changed to using an autoconf/automake setup for building. This precipitatedJohn Wiegley
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