Cross Reference: Makefile
xref: /hets/Common/test/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Download
  • only in ./
# $Id$
.PHONY: check
check: annos Common/testxpath Common/testxupdate Common/testxmldiff
./runcheck.sh ../annos
../testxpath < XPath.examples > temp1
../testxpath < temp1 > temp2
diff temp1 temp2
../testxupdate < diff.AddingImports.decomposed.xml > temp
../testxmldiff t1.xml t2.xml > temp
../testxmldiff t2.xml t1.xml > temp
../testxmldiff t2.xml t2.xml
output: annos
./runcheck.sh ../annos set
%:
(cd ../..; $(MAKE) $@)

Indexes created Tue Jul 24 14:28:13 CEST 2018