From 0425aadc78680e53000fd0108b540d6eca048516 Mon Sep 17 00:00:00 2001 From: gmcdonald Date: Sat, 13 Feb 2010 01:32:03 +0000 Subject: Moving axis svn, part of TLP move INFRA-2441 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68 --- guththila/tests/s | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 guththila/tests/s (limited to 'guththila/tests/s') diff --git a/guththila/tests/s b/guththila/tests/s new file mode 100755 index 0000000..7e9f4f8 --- /dev/null +++ b/guththila/tests/s @@ -0,0 +1,13 @@ +#!/usr/bin/perl -w +use strict; + +if ($ARGV[0] == 1) +{ + print "compiling writer\n"; + system "gcc -Wall -g3 -O0 -o writer guththila_writer_main.c -L\$AXIS2C_HOME/lib -I\$AXIS2C_HOME/include -lguththila -laxis2_util"; +} +else +{ + print "compiling reader tests \n"; + system "gcc -Wall -g3 -O0 -o reader *.c \-L\$AXIS2C_HOME/lib \-I\$AXIS2C_HOME/include -lcheck -lguththila \-laxis2_util"; +} -- cgit v1.1-32-gdbae