X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2FMakefile.am;h=738384a468aef4b95a38ece17c75370404987997;hb=6d2a90b3e3802726c044e128d1a34f5f892f9f3f;hp=caac315382345cdeb658a342a7ad075c31670d30;hpb=41e829903f413447a0f50e81d21adb363b4c0357;p=idzebra-moved-to-github.git diff --git a/test/xpath/Makefile.am b/test/xpath/Makefile.am index caac315..738384a 100644 --- a/test/xpath/Makefile.am +++ b/test/xpath/Makefile.am @@ -1,9 +1,23 @@ -# $Id: Makefile.am,v 1.7 2004-05-25 08:49:11 adam Exp $ +# $Id: Makefile.am,v 1.13 2006-07-03 14:27:34 adam Exp $ -check_SCRIPTS = simple1.sh test1.sh test2.sh test3.sh test4.sh test5.sh +check_PROGRAMS = xpath1 xpath2 xpath3 xpath4 xpath5 xpath6 -TESTS = $(check_SCRIPTS) +TESTS = $(check_PROGRAMS) -EXTRA_DIST = zebra.cfg rec.xml Zthes.abs zthes-b.est \ - simple1.xml rec4.xml rec5.xml $(check_SCRIPTS) +EXTRA_DIST=zebra.cfg rec1.xml rec2.xml assembled.abs +xpath1_SOURCES = xpath1.c +xpath2_SOURCES = xpath2.c +xpath3_SOURCES = xpath3.c +xpath4_SOURCES = xpath4.c +xpath5_SOURCES = xpath5.c +xpath6_SOURCES = xpath6.c + +AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC) + +LDADD = ../api/libtestlib.a ../../$(main_zebralib) $(YAZLALIB) + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf