diff options
| author | Evgeni Kolev <evgenysw@gmail.com> | 2017-05-09 16:14:09 -0400 |
|---|---|---|
| committer | Evgeni Kolev <evgenysw@gmail.com> | 2017-05-10 12:33:01 -0400 |
| commit | e8772ebfc374b2155a235070dbd33a6cfd4ae2d8 (patch) | |
| tree | dd14484d4ff255c528ee255a7005d9c7e0714670 /Makefile | |
| parent | 1096cc2bd5fee38d7606eb992203e9d822281c6a (diff) | |
Don't run in emacs in background with "make emacs"
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ tests: compile emacs: $(EMACS) -Q -L . $(LIBS) -l goto-chg.el -l evil-tests.el \ --eval "(evil-mode 1)" \ ---eval "(evil-tests-initialize '(${TAG}) '(${PROFILER}) t)" & +--eval "(evil-tests-initialize '(${TAG}) '(${PROFILER}) t)" # Load Evil in a terminal Emacs and run all tests. term: terminal |
