X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fsort2%2FMakefile.am;h=c993176b144d8155ec4f8de167ea27a72deb4a77;hb=e26fd4d7361802023a6264f406e98d71503050cd;hp=c6a9daeb7c61e386dca8e1009b7e52a34c59b4a6;hpb=a1726a6ef7507a6b49eb19ee7784413f3534ded5;p=idzebra-moved-to-github.git diff --git a/test/sort2/Makefile.am b/test/sort2/Makefile.am index c6a9dae..c993176 100644 --- a/test/sort2/Makefile.am +++ b/test/sort2/Makefile.am @@ -1,10 +1,20 @@ -# $Id: Makefile.am,v 1.2 2004-09-16 14:02:46 adam Exp $ +# $Id: Makefile.am,v 1.5 2006-07-03 14:27:29 adam Exp $ -check_SCRIPTS = test1.sh +check_PROGRAMS = t1 -TESTS = $(check_SCRIPTS) +TESTS = $(check_PROGRAMS) EXTRA_DIST = zebra.cfg default.idx \ - rec1.xml rec2.xml rec3.xml rec4.xml zebra.cfg my.abs sort.chr \ - $(check_SCRIPTS) + rec1.xml rec2.xml rec3.xml rec4.xml zebra.cfg my.abs sort.chr + +t1_SOURCES = t1.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