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 pi...@apache.org on 2007/02/19 08:51:49 UTC

svn commit: r509118 - in /webservices/axis2/trunk/c/test: core/addr/ core/clientapi/ core/context/ core/deployment/ core/description/ core/engine/ core/transport/http/ itest/whitemesa/round1/ itest/whitemesa/round2/ wsdl/builder/print/

Author: pini
Date: Sun Feb 18 23:51:48 2007
New Revision: 509118

URL: http://svn.apache.org/viewvc?view=rev&rev=509118
Log:
Fixing jira issue 376

Modified:
    webservices/axis2/trunk/c/test/core/addr/Makefile.am
    webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
    webservices/axis2/trunk/c/test/core/context/Makefile.am
    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/itest/whitemesa/round1/Makefile.am
    webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am
    webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am

Modified: webservices/axis2/trunk/c/test/core/addr/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/addr/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/core/addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/addr/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,7 +1,6 @@
 TESTS = test_addr
-bindir=$(prefix)/bin/system_test
 check_PROGRAMS = test_addr
-bin_PROGRAMS = test_addr
+noinst_PROGRAMS = test_addr
 SUBDIRS =
 AM_CFLAGS = -g -pthread
 test_addr_SOURCES = test_addr.c

Modified: webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/clientapi/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,6 +1,5 @@
-bindir=$(prefix)/bin/system_test/
 TESTS = test_client test_clientapi
-bin_PROGRAMS = test_client test_clientapi
+noinst_PROGRAMS = test_client test_clientapi
 check_PROGRAMS = test_client test_clientapi
 SUBDIRS =
 AM_CFLAGS = -g -pthread 

Modified: webservices/axis2/trunk/c/test/core/context/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/context/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/context/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,7 +1,6 @@
-bindir=$(prefix)/bin/system_test
 TESTS = test_context
 check_PROGRAMS = test_context
-bin_PROGRAMS = test_context
+noinst_PROGRAMS = test_context
 SUBDIRS =
 AM_CFLAGS = -g -pthread
 test_context_SOURCES = test_context.c

Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,6 +1,5 @@
 TESTS = test_deployment
-bindir=$(prefix)/bin/system_test
-bin_PROGRAMS = test_deployment
+noinst_PROGRAMS = test_deployment
 SUBDIRS =
 AM_CFLAGS = $(CFLAGS) -g -pthread
 test_deployment_SOURCES = test_deployment.c

Modified: webservices/axis2/trunk/c/test/core/description/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/description/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/description/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,6 +1,5 @@
 TESTS = test_description
-bindir=$(prefix)/bin/system_test
-bin_PROGRAMS = test_description
+noinst_PROGRAMS = test_description
 SUBDIRS =
 AM_CFLAGS = -g -O2 -pthread
 test_description_SOURCES = test_description.c

Modified: webservices/axis2/trunk/c/test/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/engine/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/engine/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,7 +1,6 @@
-bindir=$(prefix)/bin/system_test
 TESTS = test_engine
 check_PROGRAMS = test_engine
-bin_PROGRAMS = test_engine
+noinst_PROGRAMS = test_engine
 SUBDIRS =
 AM_CFLAGS = -g -pthread
 test_engine_SOURCES = test_engine.c

Modified: webservices/axis2/trunk/c/test/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/transport/http/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/transport/http/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,7 +1,6 @@
-bindir=$(prefix)/bin/system_test
 TESTS = test_http_transport
 check_PROGRAMS = test_http_transport
-bin_PROGRAMS = test_http_transport
+noinst_PROGRAMS = test_http_transport
 SUBDIRS =
 AM_CFLAGS = -g -pthread
 test_http_transport_SOURCES = test_http_transport.c

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,5 +1,4 @@
-bindir=$(prefix)/bin/itest
-bin_PROGRAMS = round1 
+noinst_PROGRAMS = round1 
 round1_SOURCES = round1_client.c
 
 round1_LDADD   =    $(LDFLAGS) \

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,5 +1,4 @@
-bindir=$(prefix)/bin/itest
-bin_PROGRAMS = round2 
+noinst_PROGRAMS = round2 
 round2_SOURCES = round2_client.c
 
 round2_LDADD   =    $(LDFLAGS) \

Modified: webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118
==============================================================================
--- webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am Sun Feb 18 23:51:48 2007
@@ -1,6 +1,5 @@
 TESTS = test_print
-bindir=$(prefix)/bin/system_test
-bin_PROGRAMS = test_print
+noinst_PROGRAMS = test_print
 SUBDIRS =
 AM_CFLAGS = -g -O2 -pthread
 test_print_SOURCES = test_print.c



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org