emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 467bfc2 036/316: (ELISPPRELOAD):


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 467bfc2 036/316: (ELISPPRELOAD): New (Lisp): Use preloads.
Date: Fri, 27 Jan 2017 20:03:25 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 467bfc2f0ff51008c35c8083391d301058a727e4
Author: zappo <address@hidden>
Commit: Edward John Steere <address@hidden>

    (ELISPPRELOAD): New (Lisp): Use preloads.
---
 test/manual/cedet/Makefile |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/manual/cedet/Makefile b/test/manual/cedet/Makefile
index 4d3f9db..8cf1775 100644
--- a/test/manual/cedet/Makefile
+++ b/test/manual/cedet/Makefile
@@ -13,6 +13,7 @@ Lisp_LISP=cedet-integ-test.el cit-cpp.el cit-el.el 
cit-texi.el cit-load.el cit-s
 EMACS=emacs
 EMACSFLAGS=-batch --no-site-file
 LOADPATH= ../speedbar/ ../cogre/ ../contrib/ ../ede/ ../srecode/ 
../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/
+ELISPPRELOAD= cedet-compat
 templates_MISC=cit-extra-cpp.srt
 scripts_MISC=cit-test.sh
 Misc_MISC=README ChangeLog cit-uml.cgr
@@ -29,6 +30,9 @@ Lisp: $(Lisp_LISP)
        for loadpath in . ${LOADPATH}; do \
           echo "(add-to-list 'load-path \"$$loadpath\")" >> address@hidden; \
        done;
+       for preload in ${ELISPPRELOAD}; do \
+          echo "(load \"$$preload\")" >> address@hidden; \
+       done;
        @echo "(setq debug-on-error t)" >> address@hidden
        "$(EMACS)" $(EMACSFLAGS) -l address@hidden -f batch-byte-compile $^
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]