diff options
| author | John Wiegley <johnw@newartisans.com> | 2018-09-06 11:11:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-06 11:11:55 -0700 |
| commit | 5298bf5d110073e9508f6357ae28eee46ad29406 (patch) | |
| tree | 37e2af6242423e57adbbc1238433f58c92ac9bd0 /Makefile.am | |
| parent | 67339d896aa65d75272b80134a8128276c8c6a0f (diff) | |
| parent | 3222b53d942daa404852e5148ba9d3ebb8fe96d0 (diff) | |
Merge pull request #27 from dickmao/premoves
Pre-moves
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 8 |
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`; \ |
