From 10f2825256e4b2597059350318c16c7734d2bf52 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 1 Sep 2008 00:22:13 -0400 Subject: chess-test is now invoked with the name of the database to read. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3c9397d..b4cde68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,8 +68,10 @@ chess-eco.fen: chess-eco.pos chess-eco.el TESTS = chess-test -chess-test: - echo "$(EMACS) -batch -L $(srcdir) -l chess-test.el --eval '(chess-test)'" > $@ +database = test/largedb + +chess-test: Makefile + echo "$(EMACS) -batch -L $(srcdir) -l chess-test.el -f chess-test '$(database)'" > $@ chmod u+x $@ TAGS: $(dist_lisp_LISP) -- cgit v1.2.3