r4852: Auto commit for Debian build
[xptest.git] / xptest.asd
index 147af2f19c3fb85943e244abc41fee04b0b282d1..3e2cbe5047f5f18db24cd36f13769976046b680c 100644 (file)
@@ -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")))