Преглед на файлове

Makefile: Make test-el to test under private home dir

pull/15/head
10sr преди 9 години
родител
ревизия
e0e2224b20
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. +4
    -2
      Makefile

+ 4
- 2
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 $<c --kill
--eval "(setq debug-on-error t)" \
--eval "(setq user-emacs-directory \"$(home)/.emacs.d/\")" \
--load $<c --kill





Зареждане…
Отказ
Запис