mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/backend/postgres/test/Makefile.am
(AM_CFLAGS): add GUILE_INCS. (TESTS_ENVIRONMENT): add TEST_DB_SOCKET_DIR. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6338 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
aa8ffddd14
commit
8eee1e4d9d
@ -11,6 +11,7 @@ GNC_TEST_DEPS := \
|
|||||||
--guile-load-dir ${G_WRAP_MODULE_DIR}
|
--guile-load-dir ${G_WRAP_MODULE_DIR}
|
||||||
|
|
||||||
TESTS_ENVIRONMENT := \
|
TESTS_ENVIRONMENT := \
|
||||||
|
TEST_DB_SOCKET_DIR=`pwd`/gnc_test_db_sock \
|
||||||
$(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
$(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
@ -35,7 +36,8 @@ AM_CFLAGS = \
|
|||||||
-I${top_srcdir}/src/engine \
|
-I${top_srcdir}/src/engine \
|
||||||
-I${top_srcdir}/src/engine/test-core \
|
-I${top_srcdir}/src/engine/test-core \
|
||||||
-I.. \
|
-I.. \
|
||||||
${GLIB_CFLAGS}
|
${GLIB_CFLAGS} \
|
||||||
|
${GUILE_INCS}
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
db-control.sh
|
db-control.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user