Lines Matching refs:testXPath
13 noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \ program
119 testXPath_SOURCES=testXPath.c
384 IDtests : xmllint$(EXEEXT) testXPath$(EXEEXT)
392 $(CHECKER) $(top_builddir)/testXPath -i $$i "id('bar')" \
397 … log=`$(CHECKER) $(top_builddir)/testXPath -i $$i "id('bar')" 2> error.$$name > result.$$name ; \
498 XPathtests : testXPath$(EXEEXT)
508 $(CHECKER) $(top_builddir)/testXPath -f --expr $$i > $(srcdir)/result/XPath/expr/$$name ; \
511 log=`$(CHECKER) $(top_builddir)/testXPath -f --expr $$i 2>&1 > result.$$name ; \
526 $(CHECKER) $(top_builddir)/testXPath -f -i $$i $$j > $(srcdir)/result/XPath/tests/$$name ; \
529 log=`$(CHECKER) $(top_builddir)/testXPath -f -i $$i $$j 2>&1 > result.$$name ; \
536 XPtrtests : testXPath$(EXEEXT)
550 … $(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j > $(srcdir)/result/XPath/xptr/$$name ; \
553 log=`$(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j 2>&1 > result.$$name ; \
1243 -$(INSTALL) -m 0644 $(srcdir)/testXPath.c $(DESTDIR)$(EXAMPLES_DIR)
1246 rm -f $(DESTDIR)$(EXAMPLES_DIR)/testXPath.c