[PATCH 2/2] tests/Makefile: fix LOADPATH to the extent possible
Ramkumar Ramachandra <[email protected]> Tue, 6 Jan 2015 17:22:33 -0500
| Newsgroups | gmane.emacs.cedet |
|---|---|
| Message-ID | <[email protected]> |
Tests still don't run successfully, but atleast someone can look through the errors now, if the tests are worth maintaining. Signed-off-by: Ramkumar Ramachandra <[email protected]> --- tests/Makefile | 2 +- tests/cit-gnustep.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index ec52960..c2ea348 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -12,7 +12,7 @@ ede_FILES=Project.ede Makefile Lisp_LISP=cedet-integ-test.el cit-cpp.el cit-el.el cit-texi.el cit-load.el cit-srec.el cit-gnustep.el cit-uml.el cit-dist.el cit-symref.el cit-externaldb.el cit-android.el cit-arduino.el cit-projvar.el EMACS=emacs EMACSFLAGS=-batch --no-site-file -LOADPATH= ../lisp/speedbar/ ../lisp/cogre/ ../lisp/contrib/ ../lisp/ede/ ../lisp/srecode/ ../lisp/semantic/wisent/ ../lisp/semantic/bovine/ ../lisp/semantic/ ../lisp/eieio/ ../lisp/common/ +LOADPATH= ../lisp/cedet ../lisp/speedbar/ ../lisp/cedet/cogre/ ../lisp/cedet/ede/ ../etc/srecode/ ../lisp/cedet/semantic/wisent/ ../lisp/cedet/semantic/bovine/ ../lisp/cedet/semantic/ ../lisp/eieio/ ../contrib/ ELISPPRELOAD= cedet-compat templates_MISC=cit-extra-cpp.srt scripts_MISC=cit-test.sh diff --git a/tests/cit-gnustep.el b/tests/cit-gnustep.el index af02c14..dbe6eff 100644 --- a/tests/cit-gnustep.el +++ b/tests/cit-gnustep.el @@ -33,7 +33,7 @@ ;;; Code: ;(require 'ede-pmake "../ede/ede-pmake.el" t) -(require 'ede/gnustep) +(require 'ede-gnustep) (defvar cedet-integ-target-gnustep (expand-file-name "edeproj_ede_GSMake" cedet-integ-base) -- 2.1.3 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net