r4746: *** empty log message ***
[umlisp.git] / umlisp.asd
index f2d0cb3485485ae06e903980c60056b2d46cb3f9..1c8cb6a96e993807a796560eb9641ad96281cd81 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: umlisp.asd,v 1.15 2003/05/02 18:47:53 kevin Exp $
+;;;; $Id: umlisp.asd,v 1.16 2003/05/03 17:10:08 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
   (oos 'load-op 'umlisp-tests)
   (oos 'test-op 'umlisp-tests))
 
+#+(or allegro lispworks cmu sbcl openmcl scl)
 (defsystem umlisp-tests
-    :depends-on (rt)
+    :depends-on (rt umlisp)
     :components ((:file "tests")))
 
+#+(or allegro lispworks cmu sbcl openmcl scl)
 (defmethod perform ((o test-op) (c (eql (find-system :umlisp-tests))))
   (or (funcall (intern (symbol-name '#:do-tests) (find-package '#:rtest)))
       (error "test-op failed")))