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/03/13 21:45:24 UTC

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

Author: borisk
Date: Thu Mar 13 13:45:24 2008
New Revision: 636876

URL: http://svn.apache.org/viewvc?rev=636876&view=rev
Log:
Enable the test-suite target

Modified:
    xerces/c/trunk/Makefile.am

Modified: xerces/c/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/xerces/c/trunk/Makefile.am?rev=636876&r1=636875&r2=636876&view=diff
==============================================================================
--- xerces/c/trunk/Makefile.am (original)
+++ xerces/c/trunk/Makefile.am Thu Mar 13 13:45:24 2008
@@ -18,7 +18,7 @@
 	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 $@
+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