Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv24187
Modified Files: mcclim.asd Log Message: Added lisp-syntax-tests.lisp file to the DREI-TESTS system.
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/12/10 16:34:57 1.37 +++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/12/10 19:29:31 1.38 @@ -330,7 +330,8 @@ (:file "editing-tests" :depends-on ("testing")) (:file "core-tests" :depends-on ("testing")) (:file "rectangle-tests" :depends-on ("testing")) - (:file "undo-tests" :depends-on ("testing")))))) + (:file "undo-tests" :depends-on ("testing")) + (:file "lisp-syntax-tests" :depends-on ("testing"))))))
(defsystem :clim :depends-on (:clim-core :goatee-core :clim-postscript :drei-mcclim)