You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.1 KiB

  1. SUBDIRS = src tests samples
  2. EXTRA_DIST = version.incl \
  3. xerces-c.spec \
  4. xerces-c.pc.in \
  5. CREDITS \
  6. INSTALL \
  7. KEYS \
  8. LICENSE \
  9. NOTICE \
  10. README \
  11. config/pretty-make \
  12. doc \
  13. projects \
  14. reconf \
  15. scripts/createBindingsFormatFromHPP.pl \
  16. scripts/makeStringDefinition.pl \
  17. scripts/sanityTest.pl \
  18. scripts/sanityTest_ExpectedResult.log \
  19. tools
  20. AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip dist-xz
  21. ACLOCAL_AMFLAGS = -I m4
  22. CLEANFILES = test-results.log
  23. pkgconfigdir = @pkgconfigdir@
  24. pkgconfig_DATA= xerces-c.pc
  25. check:
  26. -rm -f test-results.log
  27. 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
  28. diff test-results.log ${top_srcdir}/scripts/sanityTest_ExpectedResult.log