X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fsort%2FMakefile.am;h=48db43407cae18dc68db2f501880502560376a6a;hb=3a0123c57a12b743568263fcaf73246d05af2482;hp=b00e9b4dacfe6a54e3bbe326003535c76d00ff55;hpb=587c1d5cac956ec0cf482fc14ecea40240e85fd8;p=idzebra-moved-to-github.git diff --git a/test/sort/Makefile.am b/test/sort/Makefile.am index b00e9b4..48db434 100644 --- a/test/sort/Makefile.am +++ b/test/sort/Makefile.am @@ -1,4 +1,19 @@ -TESTS = test1.sh +# $Id: Makefile.am,v 1.6 2006-07-03 14:27:28 adam Exp $ -EXTRA_DIST = $(TESTS) zebra.cfg rec1.xml rec2.xml rec3.xml zebra.cfg my.abs +check_PROGRAMS = 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 + +sort1_SOURCES = 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