From b5e48a0123bdc88c8c985b2909a2d175106ff1ed Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 9 Oct 2007 08:17:23 +0000 Subject: [PATCH] include tests in final tgz --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index efe712b..99573bc 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,11 @@ HDRS = client.h loader.h objects.h pooler.h proto.h sbuf.h server.h util.h \ DOCS = doc/overview.txt doc/usage.txt doc/config.txt doc/todo.txt MANPAGES = doc/pgbouncer.1 doc/pgbouncer.5 DATA = README NEWS AUTHORS etc/pgbouncer.ini Makefile config.mak.in config.h.in \ - configure configure.ac debian/packages debian/changelog doc/Makefile -DIRS = doc etc src debian + configure configure.ac debian/packages debian/changelog doc/Makefile \ + test/Makefile test/asynctest.c test/conntest.sh test/ctest6000.ini \ + test/ctest7000.ini test/run-conntest.sh test/stress.py test/test.ini \ + test/test.sh test/userlist.txt +DIRS = doc etc src debian test # keep autoconf stuff separate -include config.mak -- 2.40.0