]> git.eshelyaron.com Git - emacs.git/commitdiff
need to temporary add a load path
authorAndrea Corallo <andrea_corallo@yahoo.it>
Mon, 2 Sep 2019 15:37:47 +0000 (17:37 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:43 +0000 (11:37 +0100)
test/src/comp-tests.el

index fa87b7f454c24d0a69248a883a9e00c625314ae6..71a36ed5914a9ee5b7a714eca8e6550ff5cc980e 100644 (file)
 
 (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."