summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2014-04-16chess-polyglot.el: Ship default book file.Mario Lang
Also, move some customisation settings from chess-uci to chess-polyglot.
2014-04-14Build fruit and glaurung modules.Mario Lang
2014-04-01For some reason, chess-pos.el needs to be compiled first.Mario Lang
2014-03-24(incomplete) support for the stockfish engine.Mario Lang
2013-09-05Allow testsuite generation from "The Week In Chess" (twic).Mario Lang
"make check-twic" will download the latest twic issues as PGN, concatenate them and run test over them.
2011-09-19Added chess-ics2.el, from Dmitry "Troydm" GeurkovJohn Wiegley
2008-09-02A COUNT of 0 now means "read to end of database", not -1, which Emacs wasJohn Wiegley
taking to be an option flag.
2008-09-02'make check' is now 0-based, like the rest of the database-related code. OnlyJohn Wiegley
in the display code (the top-level user interface) are database games presented using a 1-base system.
2008-09-01Added a note about how to run the full test suite properly.John Wiegley
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