* src/backend/postgres/test/Makefile.am: include run-tests.sh in

the distribution.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7836 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-01-16 00:09:02 +00:00
parent d5eba882d3
commit ef110593ef
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
round to 0 (like they should be) so we don't hit the rounding
code and blow up. Fixes #103536.
* src/backend/postgres/test/Makefile.am: include run-tests.sh in
the distribution.
2003-01-14 Derek Atkins <derek@ihtfp.com>
* src/engine/QueryNew.h: add QUERY_PARAM_ACTIVE

View File

@ -44,5 +44,5 @@ AM_CFLAGS = \
EXTRA_DIST = \
test-load-module \
db-control.sh
db-control.sh \
run-tests.sh