X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=ceb5608092c56b34309600fda34771236b3f16dd;hb=b6dee8028d45d1c6db5a23d853fd67135bc1a0b9;hp=ee2be0e584d9c6960c5d92e9257fc3504e863c32;hpb=a9eae0225b1a51b0257f80d9da9f95475dd04f53;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index ee2be0e..ceb5608 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,12 +1,12 @@ -# $Id: Makefile.am,v 1.17 2004-09-30 08:16:49 adam Exp $ +# $Id: Makefile.am,v 1.19 2004-10-24 13:34:45 adam Exp $ noinst_PROGRAMS = testclient testclient_SOURCES = testclient.c -check_PROGRAMS = t1 t2 t3 t4 t5 t6 t7 +check_PROGRAMS = t1 t2 t3 t4 t5 t6 t7 t8 TESTS = $(check_PROGRAMS) -EXTRA_DIST=zebra.cfg zebra6.cfg +EXTRA_DIST=zebra.cfg zebra6.cfg zebra8.cfg t1_SOURCES = t1.c t2_SOURCES = t2.c @@ -15,6 +15,7 @@ t4_SOURCES = t4.c t5_SOURCES = t5.c t6_SOURCES = t6.c t7_SOURCES = t7.c +t8_SOURCES = t8.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)