• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:tests

182 	    $(MAKE) MAKEFLAGS+=--silent tests ; fi)
187 @echo '## Running the regression tests under Valgrind'
191 testall : tests SVGtests SAXtests
193 tests: XMLtests XMLenttests NStests IDtests Errtests APItests @READER_TEST@ @TEST_SAX@ @TEST_PUSH@ @TEST_HTML@ @TEST_PHTML@ @TEST_VALID@ URItests @TEST_PATTERN@ @TEST_XPATH@ @TEST_XPTR@ @TEST_XINCLUDE@ @TEST_C14N@ @TEST_DEBUG@ @TEST_CATALOG@ @TEST_REGEXPS@ @TEST_SCHEMAS@ @TEST_SCHEMATRON@ @TEST_THREADS@ Timingtests @TEST_VTIME@ @PYTHON_TESTS@ @TEST_MODULES@
195 $(MAKE) MAKEFLAGS+=--silent tests ; fi)
196 @(cd doc/examples ; $(MAKE) MAKEFLAGS+=--silent tests)
199 @echo '## Running the regression tests under Valgrind'
201 $(MAKE) CHECKER='valgrind -q' tests
204 @echo "## Running the API regression tests this may take a little while"
209 @echo "## HTML regression tests"
228 @echo "## Push HTML regression tests"
247 @echo "## HTML SAX regression tests"
261 @echo "## Push HTML SAX regression tests"
278 @echo "## XML regression tests"
296 @echo "## XML regression tests on memory"
317 @echo "## XML push regression tests"
338 @echo "## XML Namespaces regression tests"
359 @echo "## xml:id regression tests"
380 @echo "## Error cases regression tests"
398 @echo "## Error cases stream regression tests"
420 @echo "## XML entity subst regression tests"
441 @echo "## URI module regression tests"
473 @echo "## XPath regression tests"
493 for j in $(srcdir)/test/XPath/tests/$$doc* ; do \
497 if [ ! -f $(srcdir)/result/XPath/tests/$$name ] ; then \
499 $(CHECKER) $(top_builddir)/testXPath -f -i $$i $$j > $(srcdir)/result/XPath/tests/$$name ; \
504 diff $(srcdir)/result/XPath/tests/$$name result.$$name` ; \
511 @echo "## XPointer regression tests"
535 @echo "## XInclude regression tests"
567 @echo "## XInclude xmlReader regression tests"
601 @echo "## Scripts regression tests"
622 @echo "## Catalog regression tests"
675 @echo "## SVG parsing regression tests"
695 @echo "## Threaded regression tests"
702 @echo "## Reader regression tests"
717 @echo "## Reader on memory regression tests"
733 @echo "## Walker regression tests"
748 @echo "## Reader entities substitution regression tests"
766 @echo "## SAX1 callbacks regression tests"
781 @echo "## SAX2 callbacks regression tests"
799 @echo "## Valid documents regression tests"
807 @echo "## Validity checking regression tests"
822 @echo "## General documents valid regression tests"
841 @echo "## Regexp regression tests"
856 @echo "## Formal expresssions regression tests"
874 @echo "## Automata regression tests"
895 @echo "## Timing tests to try to detect performance"
925 @echo "## C14N and XPath regression tests"
955 @echo "## Schemas regression tests"
985 @echo "## Relax-NG regression tests"
1029 @echo "## Relax-NG streaming regression tests"
1058 @echo "## Schematron regression tests"
1111 @echo "## Pattern regression tests"
1134 @echo "## Module tests"
1152 tar -cf - $(distdir)/test $(distdir)/result $(distdir)/xstc/Tests $(distdir)/Makefile.tests $(distdir)/README $(distdir)/README.tests $(distdir)/AUTHORS $(distdir)/testapi.c $(distdir)/runtest.c $(distdir)/runsuite.c | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-tests+"`.tar.gz
1190 README.tests Makefile.tests \
1198 # Install the tests program sources as examples