X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=fb5af8d023578f3861d8422680019b28ac833ef8;hb=9fb43159103ddd82437c71d7f82eed86614d0f1b;hp=9c958455a22fe0451e5b980f5d4aa1f1b76fd52f;hpb=e172ced0dcc937dfc433a33c7e20962b9e6b5ea0;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 9c95845..fb5af8d 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,10 +1,10 @@ -# $Id: Makefile.am,v 1.24 2004-10-29 14:30:27 heikki Exp $ +# $Id: Makefile.am,v 1.25 2004-11-01 11:45:39 heikki Exp $ noinst_PROGRAMS = testclient testclient_SOURCES = testclient.c simpletests = t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 -xpathtests= xpath1 xpath2 xpath3 xpath4 +xpathtests= xpath1 xpath2 xpath3 xpath4 xpath5 #check_PROGRAMS = t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 xpath1 check_PROGRAMS = ${simpletests} ${xpathtests} TESTS = $(check_PROGRAMS) @@ -26,6 +26,7 @@ xpath1_SOURCES = xpath1.c testlib.c testlib.h xpath2_SOURCES = xpath2.c testlib.c testlib.h xpath3_SOURCES = xpath3.c testlib.c testlib.h xpath4_SOURCES = xpath4.c testlib.c testlib.h +xpath5_SOURCES = xpath5.c testlib.c testlib.h AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)