X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=5269641f60f668b75ca6017c1f07f3de68e8b2c2;hb=202f71c87b756c4d4f3d604737ca89c9ba08409b;hp=a4ec1f5424af8b8ff5c7bdd7aeb87ac14c33e069;hpb=8e6c661870cbd78853147ab1f83bbea91cf8263f;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index a4ec1f5..5269641 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,10 +1,18 @@ +# $Id: Makefile.am,v 1.10 2003-05-21 14:39:22 adam Exp $ -noinst_PROGRAMS = t1 t2 +TESTS = t1 t2 t3 + +testclient_SOURCES = testclient.c + +noinst_PROGRAMS = testclient + +EXTRA_PROGRAMS = t1 t2 t3 EXTRA_DIST=t1.cfg t2.cfg t1_SOURCES = t1.c t2_SOURCES = t2.c +t3_SOURCES = t3.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)