X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fmarcxml%2FMakefile.am;h=60ff8366eacd11545c121eea0383696f49fdfa99;hb=a66b7d79383ae700f3358731eecfe2aafed0e90d;hp=b6d8b9a5caabee9b95fb716ced9b6204ef0cb6a1;hpb=a0bb036bc4059b8ed7d31340fefd3caeb561e711;p=idzebra-moved-to-github.git diff --git a/test/marcxml/Makefile.am b/test/marcxml/Makefile.am index b6d8b9a..60ff836 100644 --- a/test/marcxml/Makefile.am +++ b/test/marcxml/Makefile.am @@ -1,9 +1,18 @@ -# $Id: Makefile.am,v 1.2 2003-10-20 18:56:00 adam Exp $ -check_SCRIPTS = test1.sh test2.sh +check_PROGRAMS = t1 t2 -TESTS = $(check_SCRIPTS) +TESTS = $(check_PROGRAMS) -EXTRA_DIST = zebra.cfg record.abs m1.xml m2.xml m3.xml sample-marc \ - $(check_SCRIPTS) +EXTRA_DIST = zebra.cfg record.abs m1.xml m2.xml m3.xml sample-marc +t1_SOURCES = t1.c +t2_SOURCES = t2.c + +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(srcdir)/../api $(YAZINC) + +LDADD = ../api/libtestlib.a ../../$(main_zebralib) $(YAZLALIB) + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf