You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/01/31 19:19:47 UTC

svn commit: r373882 - in /webservices/axis2/trunk/c: configure.ac test/client/Makefile.am

Author: samisa
Date: Tue Jan 31 10:19:41 2006
New Revision: 373882

URL: http://svn.apache.org/viewcvs?rev=373882&view=rev
Log:
Added the math client test

Modified:
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/test/client/Makefile.am

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure.ac?rev=373882&r1=373881&r2=373882&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Tue Jan 31 10:19:41 2006
@@ -117,6 +117,7 @@
     test/server/math/Makefile \
     test/client/Makefile \
     test/client/echo/Makefile \
+    test/client/math/Makefile \
     test/xml/Makefile \
     test/xml/om/Makefile \
     test/xml/soap/Makefile \

Modified: webservices/axis2/trunk/c/test/client/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/client/Makefile.am?rev=373882&r1=373881&r2=373882&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/client/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/client/Makefile.am Tue Jan 31 10:19:41 2006
@@ -1 +1 @@
-SUBDIRS = echo
+SUBDIRS = echo math