X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=umlisp.asd;h=2a4f4382a1ce34611963b818ef06b5da07692430;hb=d77ffdd5904e25e51304bdefbca3a0887e75e82c;hp=cccf49e0f79f3dd4fd6851d6076832d9fcfc1124;hpb=dff3199405205cf99782dd3abf9d9dde187f5494;p=umlisp.git diff --git a/umlisp.asd b/umlisp.asd index cccf49e..2a4f438 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -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$ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -34,19 +34,9 @@ (:file "classes" :depends-on ("sql-classes")) (:file "class-support" :depends-on ("classes")) (:file "composite" :depends-on ("sql-classes"))) - :depends-on (:clsql :clsql-mysql :kmrcl :hyperobject)) + :depends-on (clsql clsql-postgresql-socket kmrcl hyperobject)) #+(or allegro lispworks cmu sbcl openmcl scl) (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")))