X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fsort%2FMakefile.am;h=22e646d4079de5a847a4daa36fa2eb6685cb1ef8;hb=965cbd297cf8de73cfe01d55983b8161ae7cf67e;hp=48db43407cae18dc68db2f501880502560376a6a;hpb=7415d28c149c1bab51fe93aeaccdd14085b69bd9;p=idzebra-moved-to-github.git diff --git a/test/sort/Makefile.am b/test/sort/Makefile.am index 48db434..22e646d 100644 --- a/test/sort/Makefile.am +++ b/test/sort/Makefile.am @@ -1,13 +1,12 @@ -# $Id: Makefile.am,v 1.6 2006-07-03 14:27:28 adam Exp $ -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)