X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=xptest.asd;h=2d5dff5ca7b0cf123b6a8c2ca506d7ca9de9e510;hb=7f58715215c93f4ab9607eb940d8c0437c892252;hp=147af2f19c3fb85943e244abc41fee04b0b282d1;hpb=f5bd853cb9bab049c66ce93cc7fb4a3dcacac185;p=xptest.git diff --git a/xptest.asd b/xptest.asd index 147af2f..2d5dff5 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$ ;;;; ************************************************************************* (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")))