Warn if zebra_{insert,update,delete,record} fails
[idzebra-moved-to-github.git] / test / api / Makefile.am
index 0625901..2922e76 100644 (file)
@@ -1,11 +1,21 @@
+# $Id: Makefile.am,v 1.12.2.1 2004-08-13 09:55:29 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 t6
+TESTS = $(check_PROGRAMS)
+
+EXTRA_DIST=zebra.cfg zebra6.cfg
 
 t1_SOURCES = t1.c
 t2_SOURCES = t2.c
+t3_SOURCES = t3.c
+t4_SOURCES = t4.c
+t5_SOURCES = t5.c
+t6_SOURCES = t6.c
 
-AM_CPPFLAGS = -I$(top_srcdir)/index -I$(top_srcdir)/include $(YAZINC)
+AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
 
 LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)
+