Fix memory handling of quries in result sets
[idzebra-moved-to-github.git] / test / api / Makefile.am
index 5269641..fdbe210 100644 (file)
@@ -1,18 +1,19 @@
-# $Id: Makefile.am,v 1.10 2003-05-21 14:39:22 adam Exp $
+# $Id: Makefile.am,v 1.11 2003-06-18 11:46:34 adam Exp $
 
-TESTS = t1 t2 t3
+TESTS = t1 t2 t3 t4
 
 testclient_SOURCES = testclient.c
 
 noinst_PROGRAMS = testclient
 
-EXTRA_PROGRAMS = t1 t2 t3
+EXTRA_PROGRAMS = t1 t2 t3 t4
 
 EXTRA_DIST=t1.cfg t2.cfg
 
 t1_SOURCES = t1.c
 t2_SOURCES = t2.c
 t3_SOURCES = t3.c
+t4_SOURCES = t4.c
 
 AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)