HomeSort by relevance Sort by last modified time
    Searched refs:testXPath (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
testXPath.c 2 * testXPath.c : a small tester program for XPath.
79 testXPath(const char *str) {
136 testXPath(expression);
195 testXPath(argv[i]);
Makefile.am 13 check_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
119 testXPath_SOURCES=testXPath.c
390 IDtests : xmllint$(EXEEXT) testXPath$(EXEEXT)
398 $(CHECKER) $(top_builddir)/testXPath -i $$i "id('bar')" \
403 log=`$(CHECKER) $(top_builddir)/testXPath -i $$i "id('bar')" 2> error.$$name > result.$$name ; \
522 XPathtests : testXPath$(EXEEXT)
525 -@(if [ "`$(top_builddir)/testXPath | grep 'support not compiled in'`" != "" ] ; \
532 $(CHECKER) $(top_builddir)/testXPath -f --expr $$i > $(srcdir)/result/XPath/expr/$$name 2> /dev/null ; \
535 log=`$(CHECKER) $(top_builddir)/testXPath -f --expr $$i > result.$$name 2> /dev/null ; \
550 $(CHECKER) $(top_builddir)/testXPath -f -i $$i $$j > $(srcdir)/result/XPath/tests/$$name ;
    [all...]
runtest.c     [all...]

Completed in 271 milliseconds