summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index b4cde68..5d0ce08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,12 +66,13 @@ chess-eco.fen: chess-eco.pos chess-eco.el
-L $(srcdir) -l chess-eco -f chess-generate-fen-table \
chess-eco.pos chess-eco.fen
-TESTS = chess-test
-
-database = test/largedb
+TESTS = chess-test
+DATABASE = test/largedb
+START =
+FINISH =
chess-test: Makefile
- echo "$(EMACS) -batch -L $(srcdir) -l chess-test.el -f chess-test '$(database)'" > $@
+ echo "$(EMACS) -batch -L $(srcdir) -l chess-test.el -f chess-test '$(DATABASE)' $(START) $(FINISH)" > $@
chmod u+x $@
TAGS: $(dist_lisp_LISP)