Add more library dirs for test runtime.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14771 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2006-08-29 21:00:47 +00:00
parent 056e825305
commit 765193c3c8

View File

@ -183,6 +183,8 @@ GNC_TEST_DEPS := \
--gnc-module-dir ${top_srcdir}/src/gnc-module \
--gnc-module-dir ${top_srcdir}/src/engine \
--guile-load-dir ${G_WRAP_MODULE_DIR} \
--library-dir ${top_builddir}/src/backend/file \
--library-dir ${top_builddir}/lib/libqof/qof \
--library-dir ${G_WRAP_LIB_DIR}
TESTS_ENVIRONMENT := \