Skip to content

Commit 06465e7

Browse files
committed
Merge pull request #491 from ardumont:add-tests-on-haskell-process-wrapper-function
2 parents 1585c1b + 662f1d2 commit 06465e7

File tree

3 files changed

+840
-2
lines changed

3 files changed

+840
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ GIT_VERSION = $(shell git describe --tags --match 'v[0-9]*' --long --dirty | sed
33

44
INSTALL_INFO = install-info
55
EMACS = emacs
6-
EFLAGS = --eval "(when (< emacs-major-version 24) \
7-
(add-to-list 'load-path (expand-file-name \"tests/compat\")) \
6+
EFLAGS = --eval "(add-to-list 'load-path (expand-file-name \"tests/compat\") 'append)" \
7+
--eval "(when (< emacs-major-version 24) \
88
(setq byte-compile-warnings '(not cl-functions)))" \
99
--eval '(setq byte-compile-error-on-warn t)'
1010

0 commit comments

Comments
 (0)