X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fsort%2FMakefile.am;h=22e646d4079de5a847a4daa36fa2eb6685cb1ef8;hb=1922579d92e1a9559d4c3ab4f1cf461f56c83c3b;hp=4d6b90f0a8395fda314bcf97b8e08243fb60dba3;hpb=403ae06f9dbf8180008ccc8128f642203d41ae50;p=idzebra-moved-to-github.git diff --git a/test/sort/Makefile.am b/test/sort/Makefile.am index 4d6b90f..22e646d 100644 --- a/test/sort/Makefile.am +++ b/test/sort/Makefile.am @@ -1,9 +1,18 @@ -# $Id: Makefile.am,v 1.2 2003-05-21 14:39:22 adam Exp $ -check_SCRIPTS = test1.sh +check_PROGRAMS = test_sort1 -TESTS = $(check_SCRIPTS) +TESTS = $(check_PROGRAMS) -EXTRA_DIST = zebra.cfg rec1.xml rec2.xml rec3.xml zebra.cfg my.abs \ - $(check_SCRIPTS) +EXTRA_DIST = test_sort1.cfg test_sort1.idx test_sort1.chr \ + test_sort1_rec.xml sort1.abs +test_sort1_SOURCES = test_sort1.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