LSMB_TEST_DB=1		# run database tests	\
LSMB_NEW_DB=lsmb		# create new database with this name	\
# PGDATABASE=lsmb		# otherwise use existing database	\
PG_CONTRIB_DIR=/usr/share/postgresql-8.4/contrib	# PostgreSQL contrib scripts, required	\
PGUSER=postgres		# PostgreSQL system userid	\
LSMB_INSTALL_DB=1		# Don't drop DB after running tests	\
LSMB_ADMIN_FNAME=Adam		# Create an admin user	\
LSMB_ADMIN_LNAME=Thompson	\
LSMB_ADMIN_USERNAME=userid	\
LSMB_ADMIN_PASSWORD=password	\
LSMB_COUNTRY_CODE=CA		# used to select the appropriate Chart of Accounts	\
LSMB_LOAD_COA=English_General	# used to select the appropriate Chart of Accounts	\
LSMB_LOAD_GIFI=English	# used to select the appropriate GIFI data	\
LSMB_BASE_URL=http://localhost/ledgersmb/	# for LWP tests	\
LSMB_USER=userid		# for LWP tests	\
LSMB_PASS=password		# for LWP tests	\
make test