[cl-xmpp-cvs] CVS update: cl-xmpp/test/cl-xmpp-test.asd

Erik Enge eenge at common-lisp.net
Wed Dec 14 19:07:41 UTC 2005


Update of /project/cl-xmpp/cvsroot/cl-xmpp/test
In directory common-lisp.net:/tmp/cvs-serv13432/test

Modified Files:
	cl-xmpp-test.asd 
Log Message:
adding a test-op on cl-xmpp to run do-tests from cl-xmpp-test

Date: Wed Dec 14 20:04:08 2005
Author: eenge

Index: cl-xmpp/test/cl-xmpp-test.asd
diff -u cl-xmpp/test/cl-xmpp-test.asd:1.3 cl-xmpp/test/cl-xmpp-test.asd:1.4
--- cl-xmpp/test/cl-xmpp-test.asd:1.3	Mon Nov 21 19:58:04 2005
+++ cl-xmpp/test/cl-xmpp-test.asd	Wed Dec 14 20:04:07 2005
@@ -1,5 +1,5 @@
-;;;; -*- mode: lisp -*-
-;;;; $Id: cl-xmpp-test.asd,v 1.3 2005/11/21 18:58:04 eenge Exp $
+-;;;; -*- mode: lisp -*-
+;;;; $Id: cl-xmpp-test.asd,v 1.4 2005/12/14 19:04:07 eenge Exp $
 ;;;; $Source: /project/cl-xmpp/cvsroot/cl-xmpp/test/cl-xmpp-test.asd,v $
 
 ;;;; See the LICENSE file for licensing information.
@@ -25,3 +25,5 @@
                  (:file "cl-xmpp-test"
                   :depends-on ("package"))))
 
+(defmethod perform ((operation test-op) (component (eql (find-system 'cl-xmpp-test))))
+  (cl-xmpp-test:do-tests))




More information about the Cl-xmpp-cvs mailing list