Author: jasons
Date: Wed Mar 12 14:42:55 2008
New Revision: 636522
URL: http://svn.apache.org/viewvc?rev=636522&view=rev
Log:
fixed test-suite target - needs make in swig/ before building perl module
Modified:
xerces/c/trunk/Makefile.am
Modified: xerces/c/trunk/Makefile.am
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/Makefile.am?rev=636522&r1=636521&r2=636522&view=diff
==============================================================================
--- xerces/c/trunk/Makefile.am (original)
+++ xerces/c/trunk/Makefile.am Wed Mar 12 14:42:55 2008
@@ -1,4 +1,4 @@
-SUBDIRS = src tests samples
+SUBDIRS = src tests samples swig
EXTRA_DIST = version.incl \
config/pretty-make \
@@ -17,7 +17,8 @@
-rm -f test-results.log
export
PATH=${abs_top_builddir}/samples:${abs_top_builddir}/tests:"${PATH}" && export
XERCESC_NLS_HOME=${abs_top_builddir}/src/.libs && cd ${top_srcdir} && perl
scripts/sanityTest.pl 2>&1 | ${SED} 's/ *[0-9][0-9]* *ms */{timing removed}/'
1> ${abs_top_builddir}/test-results.log
diff test-results.log
${top_srcdir}/scripts/sanityTest_ExpectedResult.log
-
+
test-suite:
- cd swig/perl && perl Makefile.PL && make && make test
+ make -C swig
+ cd swig/perl && perl Makefile.PL && make test
touch $@
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]