X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fsort%2FMakefile.am;h=22e646d4079de5a847a4daa36fa2eb6685cb1ef8;hb=965cbd297cf8de73cfe01d55983b8161ae7cf67e;hp=b00e9b4dacfe6a54e3bbe326003535c76d00ff55;hpb=587c1d5cac956ec0cf482fc14ecea40240e85fd8;p=idzebra-moved-to-github.git diff --git a/test/sort/Makefile.am b/test/sort/Makefile.am index b00e9b4..22e646d 100644 --- a/test/sort/Makefile.am +++ b/test/sort/Makefile.am @@ -1,4 +1,18 @@ -TESTS = test1.sh -EXTRA_DIST = $(TESTS) zebra.cfg rec1.xml rec2.xml rec3.xml zebra.cfg my.abs +check_PROGRAMS = test_sort1 +TESTS = $(check_PROGRAMS) + +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