summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordickmao <dick.r.chiang@gmail.com>2018-08-27 17:00:35 -0400
committerdickmao <dick.r.chiang@gmail.com>2018-09-06 09:24:10 -0400
commit3222b53d942daa404852e5148ba9d3ebb8fe96d0 (patch)
tree37e2af6242423e57adbbc1238433f58c92ac9bd0 /Makefile.am
parent67339d896aa65d75272b80134a8128276c8c6a0f (diff)
Pre-moves
To activate, look for Chess Display Allow Pre Moves in: M-x customize-group chess-display Tested via: make test make test24 (requires evim)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ce0e93..b515d4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -108,10 +108,14 @@ chess-test:
echo "$(EMACS) -batch -L $(srcdir) -l chess-test.el -f chess-test '$(DATABASE)' $(START) $(COUNT); rm -f $(top_builddir)/chess-test" > $@
chmod u+x $@
-.PHONY: test
+.PHONY: test test24
test: $(TESTS) $(ELCFILES)
$(top_builddir)/chess-test
- cask exec ecukes
+ cask exec ecukes --no-win
+ cask exec ecukes --win
+
+test24: $(ELCFILES)
+ EMACS="$$(evm bin emacs-24.5)" cask exec ecukes
test/twic.pgn:
(set -e; f=$$(pwd)/$@; tmp_dir=`mktemp -d`; \