X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fsort%2FMakefile.am;h=22e646d4079de5a847a4daa36fa2eb6685cb1ef8;hp=3e89ac84da01bf7efb31d00ed777d9def6c677c4;hb=1922579d92e1a9559d4c3ab4f1cf461f56c83c3b;hpb=ce529949177ef63507c8becc93366df10d3d846a diff --git a/test/sort/Makefile.am b/test/sort/Makefile.am index 3e89ac8..22e646d 100644 --- a/test/sort/Makefile.am +++ b/test/sort/Makefile.am @@ -1,12 +1,12 @@ -check_PROGRAMS = sort1 +check_PROGRAMS = test_sort1 TESTS = $(check_PROGRAMS) -EXTRA_DIST = zebra.cfg default.idx string-hat.chr \ - rec1.xml rec2.xml rec3.xml rec4.xml zebra.cfg my.abs +EXTRA_DIST = test_sort1.cfg test_sort1.idx test_sort1.chr \ + test_sort1_rec.xml sort1.abs -sort1_SOURCES = sort1.c +test_sort1_SOURCES = test_sort1.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)