Don't inline package object in ECL (breaks compilation).
authorMaciek Pasternacki <maciekp@japhy.fnord.org>
Sun, 10 Feb 2008 17:12:24 +0000 (18:12 +0100)
committerMaciek Pasternacki <maciekp@japhy.fnord.org>
Sun, 10 Feb 2008 17:12:24 +0000 (18:12 +0100)
src/test.lisp

index aacb11e..7de4941 100644 (file)
@@ -69,7 +69,9 @@ If PROFILE is T profiling information will be collected as well."
         `(progn
            (setf (get-test ',name) (make-instance 'test-case
                                                   :name ',name
-                                                  :runtime-package ,*package*
+                                                  :runtime-package
+                                                  #-ecl ,*package*
+                                                  #+ecl (find-package ,(package-name *package*))
                                                   :test-lambda
                                                   (lambda ()
                                                     ,@ (ecase compile-at