X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2FMakefile.am;h=2180244d1acb3254818f96ac5e390add1514b92a;hb=85ad68ab178a261dc548284ee68aae9107cbfaaf;hp=cd36ae582f3d87d174bc8e3141db67c9a9ec0b11;hpb=403ae06f9dbf8180008ccc8128f642203d41ae50;p=idzebra-moved-to-github.git diff --git a/test/xpath/Makefile.am b/test/xpath/Makefile.am index cd36ae5..2180244 100644 --- a/test/xpath/Makefile.am +++ b/test/xpath/Makefile.am @@ -1,8 +1,22 @@ -# $Id: Makefile.am,v 1.4 2003-05-21 14:39:23 adam Exp $ -check_SCRIPTS = test1.sh test2.sh test3.sh simple1.sh +check_PROGRAMS = xpath1 xpath2 xpath3 xpath4 xpath5 xpath6 -TESTS = $(check_SCRIPTS) +TESTS = $(check_PROGRAMS) -EXTRA_DIST = zebra.cfg rec.xml simple1.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