r15274 - gnucash/branches/reshuffle-modules/src - Add missing --library-dir's for tests. At least Windows needs them.

Andreas Köhler andi5 at cvs.gnucash.org
Thu Dec 28 15:26:05 EST 2006


Author: andi5
Date: 2006-12-28 15:26:03 -0500 (Thu, 28 Dec 2006)
New Revision: 15274
Trac: http://svn.gnucash.org/trac/changeset/15274

Modified:
   gnucash/branches/reshuffle-modules/src/app-utils/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/backend/file/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/business/business-core/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/engine/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/gnc-module/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/gnome-utils/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/import-export/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/network-utils/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/report/locale-specific/us/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/report/report-gnome/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/report/report-system/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/report/standard-reports/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/report/stylesheets/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/report/utility-reports/test/Makefile.am
   gnucash/branches/reshuffle-modules/src/tax/us/test/Makefile.am
Log:
Add missing --library-dir's for tests. At least Windows needs them.


Modified: gnucash/branches/reshuffle-modules/src/app-utils/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/app-utils/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/app-utils/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -14,7 +14,6 @@
   test-print-parse-amount.c
 
 GNC_TEST_DEPS := @GNC_TEST_SRFI_LOAD_CMD@ \
-  --gnc-module-dir ${top_builddir}/src/gnc-module \
   --gnc-module-dir ${top_builddir}/src/engine \
   --gnc-module-dir ${top_builddir}/src/calculation \
   --gnc-module-dir ${top_builddir}/src/app-utils \
@@ -23,8 +22,12 @@
   --guile-load-dir ${top_builddir}/src/engine \
   --guile-load-dir ${top_builddir}/src/scm \
   --guile-load-dir ${top_builddir}/src/app-utils \
+  --library-dir    ${top_builddir}/lib/libqof/qof \
   --library-dir    ${top_builddir}/src/core-utils \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/calculation \
+  --library-dir    ${top_builddir}/src/app-utils
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/backend/file/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/backend/file/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/backend/file/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -179,6 +179,10 @@
 GNC_TEST_DEPS := \
   --gnc-module-dir ${top_builddir}/src/engine \
   --guile-load-dir ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
   --library-dir    ${top_builddir}/src/backend/file
 
 TESTS_ENVIRONMENT := \

Modified: gnucash/branches/reshuffle-modules/src/business/business-core/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/business/business-core/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/business/business-core/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -31,7 +31,12 @@
   --gnc-module-dir ${top_builddir}/src/business/business-core \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/engine \
-  --guile-load-dir ${top_builddir}/src/business/business-core
+  --guile-load-dir ${top_builddir}/src/business/business-core \
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/business/business-core
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/engine/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/engine/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/engine/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -47,11 +47,13 @@
   test-book-merge
 
 GNC_TEST_DEPS := \
-  --gnc-module-dir ${top_builddir}/src/gnc-module \
   --gnc-module-dir ${top_builddir}/src/engine \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/engine \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine
 
 TESTS_ENVIRONMENT := \
   SRCDIR=${srcdir} \

Modified: gnucash/branches/reshuffle-modules/src/gnc-module/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/gnc-module/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/gnc-module/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -33,7 +33,10 @@
   --guile-load-dir ${top_srcdir}/src/gnc-module/test/mod-baz \
   --guile-load-dir ${top_srcdir}/src/gnc-module/test/mod-bar \
   --library-dir    ${top_builddir}/src/core-utils \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/gnc-module/test/mod-foo \
+  --library-dir    ${top_builddir}/src/gnc-module/test/mod-bar \
+  --library-dir    ${top_builddir}/src/gnc-module/test/mod-baz
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/gnome-utils/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/gnome-utils/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/gnome-utils/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -13,7 +13,14 @@
   --gnc-module-dir ${top_builddir}/src/gnome-utils \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/engine \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/backend/file \
+  --library-dir    ${top_builddir}/src/network-utils \
+  --library-dir    ${top_builddir}/src/calculation \
+  --library-dir    ${top_builddir}/src/app-utils
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/import-export/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/import-export/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/import-export/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -24,7 +24,17 @@
 GNC_TEST_DEPS := @GNC_TEST_SRFI_LOAD_CMD@ \
   --gnc-module-dir ${top_builddir}/src/engine \
   --gnc-module-dir ${top_builddir}/src/import-export \
-  --guile-load-dir ${top_builddir}/src/engine
+  --guile-load-dir ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/backend/file \
+  --library-dir    ${top_builddir}/src/network-utils \
+  --library-dir    ${top_builddir}/src/calculation \
+  --library-dir    ${top_builddir}/src/app-utils \
+  --library-dir    ${top_builddir}/src/gnome-utils \
+  --library-dir    ${top_builddir}/src/import-export
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/network-utils/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/network-utils/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/network-utils/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -7,9 +7,9 @@
   test-load-module
 
 GNC_TEST_DEPS := \
+  --gnc-module-dir ${top_builddir}/src/network-utils \
   --guile-load-dir ${top_builddir}/src/gnc-module \
-  --gnc-module-dir ${top_builddir}/src/network-utils \
-  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/lib/libqof/qof \
   --library-dir    ${top_builddir}/src/gnc-module
 
 TESTS_ENVIRONMENT := \

Modified: gnucash/branches/reshuffle-modules/src/report/locale-specific/us/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/report/locale-specific/us/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/report/locale-specific/us/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -8,7 +8,12 @@
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/engine \
   --guile-load-dir ${top_builddir}/src/tax/us \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/calculation \
+  --library-dir    ${top_builddir}/src/app-utils
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/report/report-gnome/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/report/report-gnome/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/report/report-gnome/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -8,7 +8,16 @@
   --gnc-module-dir ${top_builddir}/src/report/report-gnome \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/engine \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/backend/file \
+  --library-dir    ${top_builddir}/src/network-utils \
+  --library-dir    ${top_builddir}/src/calculation \
+  --library-dir    ${top_builddir}/src/app-utils \
+  --library-dir    ${top_builddir}/src/gnome-utils \
+  --library-dir    ${top_builddir}/src/report/report-system
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/report/report-system/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/report/report-system/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/report/report-system/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -7,7 +7,12 @@
   --gnc-module-dir ${top_builddir}/src/report/report-system \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/engine \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/calculation \
+  --library-dir    ${top_builddir}/src/app-utils
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/report/standard-reports/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/report/standard-reports/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/report/standard-reports/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -6,7 +6,12 @@
   --gnc-module-dir ${top_builddir}/src/report/standard-reports \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/engine \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/calculation \
+  --library-dir    ${top_builddir}/src/app-utils
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/report/stylesheets/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/report/stylesheets/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/report/stylesheets/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -6,7 +6,17 @@
   --gnc-module-dir ${top_builddir}/src/report/stylesheets \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/engine \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/backend/file \
+  --library-dir    ${top_builddir}/src/network-utils \
+  --library-dir    ${top_builddir}/src/calculation \
+  --library-dir    ${top_builddir}/src/app-utils \
+  --library-dir    ${top_builddir}/src/gnome-utils \
+  --library-dir    ${top_builddir}/src/report/report-system \
+  --library-dir    ${top_builddir}/src/report/report-gnome
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/report/utility-reports/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/report/utility-reports/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/report/utility-reports/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -6,7 +6,12 @@
   --gnc-module-dir ${top_builddir}/src/report/utility-reports \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/engine \
-  --library-dir    ${top_builddir}/src/gnc-module
+  --library-dir    ${top_builddir}/lib/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
+  --library-dir    ${top_builddir}/src/gnc-module \
+  --library-dir    ${top_builddir}/src/engine \
+  --library-dir    ${top_builddir}/src/calculation \
+  --library-dir    ${top_builddir}/src/app-utils
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/branches/reshuffle-modules/src/tax/us/test/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/tax/us/test/Makefile.am	2006-12-28 19:34:06 UTC (rev 15273)
+++ gnucash/branches/reshuffle-modules/src/tax/us/test/Makefile.am	2006-12-28 20:26:03 UTC (rev 15274)
@@ -5,7 +5,6 @@
   --gnc-module-dir ${top_builddir}/src/tax/us \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/tax/us \
-  --library-dir    ${top_builddir}/src/core-utils \
   --library-dir    ${top_builddir}/src/gnc-module
 
 TESTS_ENVIRONMENT := \



More information about the gnucash-changes mailing list