X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=umlisp.asd;h=2d81e582de48d8b919ab989feae2ac18def35d47;hb=3199369942d2e5ab4f5b060c2c6b655caf505944;hp=f2d0cb3485485ae06e903980c60056b2d46cb3f9;hpb=b1dc4b45c38c5723a90875c210f5cbea1c184b26;p=umlisp.git diff --git a/umlisp.asd b/umlisp.asd index f2d0cb3..2d81e58 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -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.17 2003/05/07 21:57:06 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -29,7 +29,7 @@ (:file "parse-macros" :depends-on ("sql")) (:file "parse-2002" :depends-on ("parse-macros")) (:file "parse-common" :depends-on ("parse-2002")) - (:file "sql-create" :depends-on ("parse-common")) + (:file "create-sql" :depends-on ("parse-common")) (:file "classes" :depends-on ("utils")) (:file "class-support" :depends-on ("classes")) (:file "sql-classes" :depends-on ("class-support" "sql")) @@ -41,10 +41,12 @@ (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")))