]> granicus.if.org Git - pgbouncer/commitdiff
include tests in final tgz
authorMarko Kreen <markokr@gmail.com>
Tue, 9 Oct 2007 08:17:23 +0000 (08:17 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 9 Oct 2007 08:17:23 +0000 (08:17 +0000)
Makefile

index efe712b0931fc70bf9b9a4578f3ede918ca69b4c..99573bcfc45b7f5a76cea02c918da35d1dd277a0 100644 (file)
--- 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