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 da...@apache.org on 2006/03/17 07:56:21 UTC

svn commit: r386556 - in /webservices/axis2/trunk/c/test/core: addr/Makefile.am context/Makefile.am

Author: damitha
Date: Thu Mar 16 22:56:18 2006
New Revision: 386556

URL: http://svn.apache.org/viewcvs?rev=386556&view=rev
Log:
Installing tests to $(prefix)/bin/system_test

Modified:
    webservices/axis2/trunk/c/test/core/addr/Makefile.am
    webservices/axis2/trunk/c/test/core/context/Makefile.am

Modified: webservices/axis2/trunk/c/test/core/addr/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/addr/Makefile.am?rev=386556&r1=386555&r2=386556&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/addr/Makefile.am Thu Mar 16 22:56:18 2006
@@ -1,10 +1,10 @@
 TESTS = test_addr
+prgbindir=$(prefix)/bin/system_test
 check_PROGRAMS = test_addr
-bin_PROGRAMS = test_addr
+prgbin_PROGRAMS = test_addr
 SUBDIRS =
 AM_CFLAGS = -g -pthread
 test_addr_SOURCES = test_addr.c
-
 
 test_addr_LDADD   =  \
 					$(top_builddir)/modules/util/libaxis2_util.la \

Modified: webservices/axis2/trunk/c/test/core/context/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/context/Makefile.am?rev=386556&r1=386555&r2=386556&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/context/Makefile.am Thu Mar 16 22:56:18 2006
@@ -1,6 +1,7 @@
+prgbindir=$(prefix)/bin/system_test
 TESTS = test_context
 check_PROGRAMS = test_context
-bin_PROGRAMS = test_context
+prgbin_PROGRAMS = test_context
 SUBDIRS =
 AM_CFLAGS = -g -pthread
 test_context_SOURCES = test_context.c