Skip to content
Snippets Groups Projects
Commit 02a9fae2 authored by Boris Kolpackov's avatar Boris Kolpackov
Browse files

Enable the test-suite target

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@636876 13f79535-47bb-0310-9956-ffa450edef68
parent 500c9b19
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ check:
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 $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment