You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/02/15 06:53:00 UTC

svn commit: r377945 - in /webservices/axis2/trunk/c/test: core/deployment/ core/description/ core/engine/ core/transport/http/ unit/core/context/ unit/core/deployment/ unit/core/description/ unit/core/engine/ unit/core/phaseresolver/ unit/util/ unit/ws...

Author: damitha
Date: Tue Feb 14 21:52:57 2006
New Revision: 377945

URL: http://svn.apache.org/viewcvs?rev=377945&view=rev
Log:
added 'check' target

Modified:
    webservices/axis2/trunk/c/test/core/deployment/Makefile.am
    webservices/axis2/trunk/c/test/core/description/Makefile.am
    webservices/axis2/trunk/c/test/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/core/transport/http/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/context/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/description/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am
    webservices/axis2/trunk/c/test/unit/util/Makefile.am
    webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am
    webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am
    webservices/axis2/trunk/c/test/util/Makefile.am
    webservices/axis2/trunk/c/test/xml/om/Makefile.am
    webservices/axis2/trunk/c/test/xml/soap/Makefile.am

Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,4 +1,4 @@
-TESTS =
+TESTS = test_deployment
 prgbindir=$(prefix)/bin/system_test
 prgbin_PROGRAMS = test_deployment
 SUBDIRS =

Modified: webservices/axis2/trunk/c/test/core/description/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/description/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/description/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,4 +1,4 @@
-TESTS =
+TESTS = test_description
 prgbindir=$(prefix)/bin/system_test
 prgbin_PROGRAMS = test_description
 SUBDIRS =

Modified: webservices/axis2/trunk/c/test/core/engine/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/engine/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/engine/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,5 +1,7 @@
+prgbindir=$(prefix)/bin/system_test
 TESTS = test_engine
 check_PROGRAMS = test_engine
+prgbin_PROGRAMS = test_engine
 SUBDIRS =
 AM_CPPFLAGS = $(CPPFLAGS) -g -pthread
 test_engine_SOURCES = test_engine.c

Modified: webservices/axis2/trunk/c/test/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/transport/http/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/transport/http/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,5 +1,7 @@
+prgbindir=$(prefix)/bin/system_test
 TESTS = test_http_transport
 check_PROGRAMS = test_http_transport
+prgbin_PROGRAMS = test_http_transport
 SUBDIRS =
 AM_CPPFLAGS = $(CPPFLAGS) -g -pthread
 test_http_transport_SOURCES = test_http_transport.c
@@ -19,4 +21,4 @@
                     
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util\
-            -I$(top_builddir)/modules/platforms
+            -I$(top_builddir)/modules/platforms 

Modified: webservices/axis2/trunk/c/test/unit/core/context/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/context/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/context/Makefile.am Tue Feb 14 21:52:57 2006
@@ -12,6 +12,7 @@
             -I${CUTEST_HOME}/include
 
 prgbin_PROGRAMS = context_test
+check_PROGRAMS = context_test
 context_test_SOURCES = main.c
 context_test_LDADD   =   libtest_context.la  \
                      -L$(CUTEST_HOME)/lib \

Modified: webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,4 +1,4 @@
-TESTS =
+TESTS = deployment_test
 prgbindir=$(prefix)/bin/unit_test
 prglibdir=$(prefix)/lib/unit_test
 prglib_LTLIBRARIES = libtest_deployment.la
@@ -25,6 +25,7 @@
             -I${CUTEST_HOME}/include
 
 prgbin_PROGRAMS = deployment_test
+check_PROGRAMS = deployment_test
 deployment_test_SOURCES = main.c
 deployment_test_LDADD   =   libtest_deployment.la  \
                      -L$(CUTEST_HOME)/lib \

Modified: webservices/axis2/trunk/c/test/unit/core/description/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/description/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/description/Makefile.am Tue Feb 14 21:52:57 2006
@@ -25,6 +25,7 @@
             -I$(top_builddir)/modules/platforms
 
 prgbin_PROGRAMS = description_test
+check_PROGRAMS = description_test
 description_test_SOURCES = main.c
 description_test_LDADD   =   libtest_description.la  \
                      -L$(CUTEST_HOME)/lib \

Modified: webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,4 +1,5 @@
 TESTS = engine_test
+prgbindir=$(prefix)/bin/unit_test
 prglibdir=$(prefix)/lib/unit_test
 prglib_LTLIBRARIES = libtest_engine.la
 AM_CPPFLAGS = $(CPPFLAGS)
@@ -19,6 +20,7 @@
             -I$(top_builddir)/modules/platforms
 
 check_PROGRAMS = engine_test
+prgbin_PROGRAMS = engine_test
 engine_test_SOURCES = main.c
 engine_test_LDADD   =   libtest_engine.la  \
                      -L$(CUTEST_HOME)/lib \

Modified: webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am Tue Feb 14 21:52:57 2006
@@ -23,6 +23,7 @@
             -I$(top_builddir)/modules/platforms
 
 prgbin_PROGRAMS = phaseresolver_test
+check_PROGRAMS = phaseresolver_test
 phaseresolver_test_SOURCES = main.c
 phaseresolver_test_LDADD   =   libtest_phaseresolver.la  \
                      -L$(CUTEST_HOME)/lib \

Modified: webservices/axis2/trunk/c/test/unit/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/util/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/util/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,4 +1,4 @@
-TESTS =
+TESTS =  util_test
 prgbindir=$(prefix)/bin/unit_test
 prglibdir=$(prefix)/lib/unit_test
 prglib_LTLIBRARIES = libtest_util.la
@@ -30,6 +30,7 @@
             -I$(top_builddir)/modules/platforms
 
 prgbin_PROGRAMS = util_test
+check_PROGRAMS = util_test
 util_test_SOURCES = main.c
 util_test_LDADD   =   \
                      -L$(CUTEST_HOME)/lib \

Modified: webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,5 +1,6 @@
 TESTS = wsdl_test
 prglibdir=$(prefix)/lib/unit_test
+prgbindir=$(prefix)/bin/unit_test
 prglib_LTLIBRARIES = libtest_wsdl.la
 AM_CPPFLAGS = $(CPPFLAGS)
 
@@ -22,6 +23,7 @@
 
 
 check_PROGRAMS = wsdl_test
+prgbin_PROGRAMS = wsdl_test
 wsdl_test_SOURCES = main.c
 
 wsdl_test_LDADD   =   \

Modified: webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,5 +1,6 @@
 TESTS = om_test
 prglibdir=$(prefix)/lib/unit_test
+prgbindir=$(prefix)/bin/unit_test
 noinst_HEADERS = om_node_test.h
 prglib_LTLIBRARIES = libtest_om.la
 AM_CPPFLAGS = $(CPPFLAGS)
@@ -14,6 +15,7 @@
             -I$(top_builddir)/modules/platforms
 
 check_PROGRAMS = om_test
+prgbin_PROGRAMS = om_test
 om_test_SOURCES = main.c
 om_test_LDADD   =   libtest_om.la  \
                      -L$(CUTEST_HOME)/lib \

Modified: webservices/axis2/trunk/c/test/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/util/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/util/Makefile.am Tue Feb 14 21:52:57 2006
@@ -3,7 +3,7 @@
 prgbin_PROGRAMS = test_util test_thread
 noinst_HEADERS = test_log.h \
                     test_thread.h 
-check_PROGRAMS = test_util
+check_PROGRAMS = test_util test_thread
 SUBDIRS =
 AM_CPPFLAGS = $(CPPFLAGS)
 test_util_SOURCES = test_util.c test_log.c

Modified: webservices/axis2/trunk/c/test/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/om/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/xml/om/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,4 +1,6 @@
 TESTS = test_om
+prgbindir=$(prefix)/bin/system_test
+prgbin_PROGRAMS = test_om
 check_PROGRAMS = test_om
 SUBDIRS =
 AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread

Modified: webservices/axis2/trunk/c/test/xml/soap/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/Makefile.am?rev=377945&r1=377944&r2=377945&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/soap/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/xml/soap/Makefile.am Tue Feb 14 21:52:57 2006
@@ -1,4 +1,6 @@
 TESTS = test_soap
+prgbindir=$(prefix)/bin/system_test
+prgbin_PROGRAMS = test_soap
 check_PROGRAMS = test_soap
 SUBDIRS =
 AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread