X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fsort2%2FMakefile.am;h=dcf6e6843f78a0828eb0864c05fde596502a1213;hb=1922579d92e1a9559d4c3ab4f1cf461f56c83c3b;hp=ffc4f6cc34797da9a2c31926a8272f723d383136;hpb=710144c9d5a2577034d300ef6beb334d5145d657;p=idzebra-moved-to-github.git diff --git a/test/sort2/Makefile.am b/test/sort2/Makefile.am index ffc4f6c..dcf6e68 100644 --- a/test/sort2/Makefile.am +++ b/test/sort2/Makefile.am @@ -1,10 +1,19 @@ -# $Id: Makefile.am,v 1.1 2004-09-14 14:35:52 quinn Exp $ -check_SCRIPTS = test1.sh +check_PROGRAMS = test_sort2 -TESTS = $(check_SCRIPTS) +TESTS = $(check_PROGRAMS) -EXTRA_DIST = zebra.cfg default.idx string-hat.chr \ - rec1.xml rec2.xml rec3.xml rec4.xml zebra.cfg my.abs sort.chr \ - $(check_SCRIPTS) +EXTRA_DIST = test_sort2.cfg test_sort2.idx \ + test_sort2_rec.xml test_sort2.cfg sort2.abs test_sort2.chr + +test_sort2_SOURCES = test_sort2.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