* test/lunit-report.el: New file split from lunit.el.
[riece] / lisp / COMPILE
index f8944ed..d73f66c 100644 (file)
   (let ((load-path (cons (expand-file-name "test") (cons nil load-path)))
        (files (directory-files "test" t "^test-.*\\.el$"))
         suite)
-    (require 'lunit)
+    (require 'lunit-report)
     (setq suite (lunit-make-test-suite))
     (while files
       (when (file-regular-p (car files))