r4874: Auto commit for Debian build
[umlisp.git] / umlisp.asd
index cccf49e0f79f3dd4fd6851d6076832d9fcfc1124..ff601c4dedbf35af7757b58b4f10fba0e17a4be9 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: umlisp.asd,v 1.18 2003/05/07 22:53:36 kevin Exp $
+;;;; $Id: umlisp.asd,v 1.19 2003/05/08 01:28:30 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
 (defmethod perform ((o test-op) (c (eql (find-system :umlisp))))
   (oos 'load-op 'umlisp-tests)
   (oos 'test-op 'umlisp-tests))
-
-#+(or allegro lispworks cmu sbcl openmcl scl)
-(defsystem umlisp-tests
-    :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")))