X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=3d0640851ea4b14c7d420a49a058fdc76844de6d;hb=91cd9a822677f6ccaac0a5445d1781d10180460f;hp=a4ec1f5424af8b8ff5c7bdd7aeb87ac14c33e069;hpb=8e6c661870cbd78853147ab1f83bbea91cf8263f;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index a4ec1f5..3d06408 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,11 +1,20 @@ +# $Id: Makefile.am,v 1.12 2004-06-14 21:43:44 adam Exp $ -noinst_PROGRAMS = t1 t2 +noinst_PROGRAMS = testclient +testclient_SOURCES = testclient.c -EXTRA_DIST=t1.cfg t2.cfg +check_PROGRAMS = t1 t2 t3 t4 t5 +TESTS = $(check_PROGRAMS) + +EXTRA_DIST=zebra.cfg t1_SOURCES = t1.c t2_SOURCES = t2.c +t3_SOURCES = t3.c +t4_SOURCES = t4.c +t5_SOURCES = t5.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC) LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB) +