X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=10fe8d9223a416b1ff76cf13727a41087f481718;hb=d648cf738190682df2314f3fc3ef5a9e0396724c;hp=e6b398b9025c32762490cbd2b9d58e3a2d74eb1d;hpb=0cb3550373ce8736a146157d72e3cb02e803a6e1;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index e6b398b..10fe8d9 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,9 +1,9 @@ -# $Id: Makefile.am,v 1.15 2004-08-30 21:36:53 adam Exp $ +# $Id: Makefile.am,v 1.16 2004-09-22 11:59:25 heikki Exp $ noinst_PROGRAMS = testclient testclient_SOURCES = testclient.c -check_PROGRAMS = t1 t2 t3 t4 t5 t6 +check_PROGRAMS = t1 t2 t3 t4 t5 t6 t7 TESTS = $(check_PROGRAMS) EXTRA_DIST=zebra.cfg zebra6.cfg @@ -14,6 +14,7 @@ t3_SOURCES = t3.c t4_SOURCES = t4.c t5_SOURCES = t5.c t6_SOURCES = t6.c +t7_SOURCES = t7.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)