You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by bo...@apache.org on 2008/04/24 14:11:34 UTC

svn commit: r651236 - /xerces/c/trunk/Makefile.am

Author: borisk
Date: Thu Apr 24 05:11:33 2008
New Revision: 651236

URL: http://svn.apache.org/viewvc?rev=651236&view=rev
Log:
Clean up dependencies on swig

Modified:
    xerces/c/trunk/Makefile.am

Modified: xerces/c/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/xerces/c/trunk/Makefile.am?rev=651236&r1=651235&r2=651236&view=diff
==============================================================================
--- xerces/c/trunk/Makefile.am (original)
+++ xerces/c/trunk/Makefile.am Thu Apr 24 05:11:33 2008
@@ -17,8 +17,3 @@
 	-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:
-	make -C swig
-	cd swig/perl && perl Makefile.PL && make test
-	touch $@



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org