From: Marko Kreen Date: Tue, 9 Oct 2007 08:17:23 +0000 (+0000) Subject: include tests in final tgz X-Git-Tag: pgbouncer_1_1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5e48a0123bdc88c8c985b2909a2d175106ff1ed;p=pgbouncer include tests in final tgz --- 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