X-Git-Url: http://git.kpe.io/?p=xptest.git;a=blobdiff_plain;f=xptest.asd;fp=xptest.asd;h=3e2cbe5047f5f18db24cd36f13769976046b680c;hp=147af2f19c3fb85943e244abc41fee04b0b282d1;hb=37e19fbe4dda9214875070093b466fc58d668f6f;hpb=2babf5c99ffdecfb583759ed666753239650c9e4 diff --git a/xptest.asd b/xptest.asd index 147af2f..3e2cbe5 100644 --- a/xptest.asd +++ b/xptest.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: xptest.asd,v 1.7 2003/04/19 16:23:56 kevin Exp $ +;;;; $Id: xptest.asd,v 1.8 2003/05/06 16:23:12 kevin Exp $ ;;;; ************************************************************************* (defpackage #:xptest-system (:use #:asdf #:cl)) @@ -22,8 +22,5 @@ :description "Extreme Programming Testing Suite" :long-description "The XPTEST package is toolkit for building test suites, very much inspired by the test frameworks that the Extreme Programming crew made available for Smalltalk an other languages." - :perform (load-op :after (op xptest) - (pushnew :xptest cl:*features*)) - :components ((:file "xptestsuite")))