From e0e2224b2094613ac4e6917b30fe03567c5be140 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 18 Mar 2015 01:48:04 +0900 Subject: [PATCH] Makefile: Make test-el to test under private home dir --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 343328a..8add48d 100644 --- a/Makefile +++ b/Makefile @@ -377,10 +377,12 @@ test_els := test-el-emacs.el test-el: $(test_els) .PHONY: $(test_els) -$(test_els): test-el-%: $(dotfiles_dir)/% +$(test_els): test-el-%: $(dotfiles_dir)/% $(home) $(emacs) -Q -batch -f batch-byte-compile $< EMACS_EL_DRY_RUN=t $(emacs) -q --debug-init --batch \ - --eval "(setq debug-on-error t)" --load $