Lines Matching refs:testXPath
13 check_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \ program
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)
532 …$(CHECKER) $(top_builddir)/testXPath -f --expr $$i > $(srcdir)/result/XPath/expr/$$name 2> /dev/nu…
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 ; \
553 log=`$(CHECKER) $(top_builddir)/testXPath -f -i $$i $$j > result.$$name ; \
560 XPtrtests : testXPath$(EXEEXT)
574 …$(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j > $(srcdir)/result/XPath/xptr/$$name 2> /…
577 … log=`$(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j > result.$$name 2> /dev/null ; \
1283 -$(INSTALL) -m 0644 $(srcdir)/testXPath.c $(DESTDIR)$(EXAMPLES_DIR)
1286 rm -f $(DESTDIR)$(EXAMPLES_DIR)/testXPath.c