From: Andrea Corallo Date: Mon, 2 Sep 2019 15:37:47 +0000 (+0200) Subject: need to temporary add a load path X-Git-Tag: emacs-28.0.90~2727^2~1220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f559c267806f8524d43bc46c5814c69074b0b0a;p=emacs.git need to temporary add a load path --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index fa87b7f454c..71a36ed5914 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -51,15 +51,7 @@ (defvar comp-tests-var1 3) -;; (defmacro comp-ert-deftest (name &rest body) -;; (declare (indent defun)) -;; `(progn -;; ,@(cl-loop for speed from 0 to 3 -;; for test-name = (comp-mashup name "-speed-" -;; (number-to-string speed)) -;; collect `(ert-deftest ,test-name () -;; (let ((comp-speed ,speed)) -;; ,body))))) +(add-to-list 'load-path "/home/andcor03/emacs/src") (ert-deftest comp-tests-varref () "Testing varref."