X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fsort2%2FMakefile.am;h=dcf6e6843f78a0828eb0864c05fde596502a1213;hp=440db3e47086df0f9401808b42871bdd5e2d6883;hb=1922579d92e1a9559d4c3ab4f1cf461f56c83c3b;hpb=ce529949177ef63507c8becc93366df10d3d846a diff --git a/test/sort2/Makefile.am b/test/sort2/Makefile.am index 440db3e..dcf6e68 100644 --- a/test/sort2/Makefile.am +++ b/test/sort2/Makefile.am @@ -1,12 +1,12 @@ -check_PROGRAMS = t1 +check_PROGRAMS = test_sort2 TESTS = $(check_PROGRAMS) -EXTRA_DIST = zebra.cfg default.idx \ - rec1.xml rec2.xml rec3.xml rec4.xml zebra.cfg my.abs sort.chr +EXTRA_DIST = test_sort2.cfg test_sort2.idx \ + test_sort2_rec.xml test_sort2.cfg sort2.abs test_sort2.chr -t1_SOURCES = t1.c +test_sort2_SOURCES = test_sort2.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)