Re: [asdf-devel] ASDF improvements from ECL

2009-11-11 Thread Tobias C. Rittweiler
Robert Goldman writes: [As an aside, I'm intrigued that you are using RT --- we gave up on it eventually because it's state is all global, so that we were never comfortable that stuff we set up to test in one system would not clash with tests in other systems] For my needs so far, I

Re: [asdf-devel] ASDF improvements from ECL

2009-11-10 Thread Robert Goldman
Juan Jose Garcia-Ripoll wrote: Furthermore, in order to answer your question, what I expect of the test facility is that once every framework hooks in, one is able to write (defsystem :my-package :components ((:file my-package)) :in-order-to ((test-op (rt-test-op :my-package-test

Re: [asdf-devel] ASDF improvements from ECL

2009-11-10 Thread Juan Jose Garcia-Ripoll
On Tue, Nov 10, 2009 at 11:34 PM, Robert Goldman rpgold...@sift.info wrote: FWIW, I'd suggest (defsystem my-package  :class rt-testable-system  :components . ) When you do (oos 'test-op 'my-package), the rt-testable-system (presumably a subclass of system and rt-testable-mixin) would