r21671 - gnucash/trunk/src - [Testing] Suppress the useless Guile deprecated warning.

John Ralls jralls at code.gnucash.org
Sun Dec 4 19:07:06 EST 2011


Author: jralls
Date: 2011-12-04 19:07:05 -0500 (Sun, 04 Dec 2011)
New Revision: 21671
Trac: http://svn.gnucash.org/trac/changeset/21671

Modified:
   gnucash/trunk/src/app-utils/test/Makefile.am
   gnucash/trunk/src/backend/xml/test/Makefile.am
   gnucash/trunk/src/engine/test/Makefile.am
   gnucash/trunk/src/gnc-module/test/Makefile.am
   gnucash/trunk/src/gnome-utils/test/Makefile.am
   gnucash/trunk/src/import-export/test/Makefile.am
   gnucash/trunk/src/report/report-gnome/test/Makefile.am
   gnucash/trunk/src/report/report-system/test/Makefile.am
   gnucash/trunk/src/report/standard-reports/test/Makefile.am
   gnucash/trunk/src/report/stylesheets/test/Makefile.am
   gnucash/trunk/src/report/utility-reports/test/Makefile.am
Log:
[Testing] Suppress the useless Guile deprecated warning.

Modified: gnucash/trunk/src/app-utils/test/Makefile.am
===================================================================
--- gnucash/trunk/src/app-utils/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/app-utils/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -30,6 +30,7 @@
   --library-dir    ${top_builddir}/src/app-utils
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 

Modified: gnucash/trunk/src/backend/xml/test/Makefile.am
===================================================================
--- gnucash/trunk/src/backend/xml/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/backend/xml/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -193,6 +193,7 @@
   --library-dir    ${top_builddir}/src/backend/xml
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   GNC_ACCOUNT_PATH=${top_srcdir}/accounts/C \
   GNC_TEST_FILES=${srcdir}/test-files/xml2 \
   SRCDIR=${srcdir} \

Modified: gnucash/trunk/src/engine/test/Makefile.am
===================================================================
--- gnucash/trunk/src/engine/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/engine/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -64,6 +64,7 @@
   --library-dir    ${top_builddir}/src/backend/sql
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   SRCDIR=${srcdir} \
   GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/trunk/src/gnc-module/test/Makefile.am
===================================================================
--- gnucash/trunk/src/gnc-module/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/gnc-module/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -40,6 +40,7 @@
   --library-dir    ${top_builddir}/src/gnc-module/test/mod-baz
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 
 check_PROGRAMS = \

Modified: gnucash/trunk/src/gnome-utils/test/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/gnome-utils/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -29,6 +29,7 @@
 
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   SRCDIR=${srcdir} \
   GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Modified: gnucash/trunk/src/import-export/test/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/import-export/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -47,6 +47,7 @@
   --library-dir    ${top_builddir}/src/gnc-module
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 

Modified: gnucash/trunk/src/report/report-gnome/test/Makefile.am
===================================================================
--- gnucash/trunk/src/report/report-gnome/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/report/report-gnome/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -48,6 +48,7 @@
   --library-dir    ${top_builddir}/src/report/report-system
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 

Modified: gnucash/trunk/src/report/report-system/test/Makefile.am
===================================================================
--- gnucash/trunk/src/report/report-system/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/report/report-system/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -42,6 +42,7 @@
   --library-dir    ${top_builddir}/src/gnc-module
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 

Modified: gnucash/trunk/src/report/standard-reports/test/Makefile.am
===================================================================
--- gnucash/trunk/src/report/standard-reports/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/report/standard-reports/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -29,6 +29,7 @@
 
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 

Modified: gnucash/trunk/src/report/stylesheets/test/Makefile.am
===================================================================
--- gnucash/trunk/src/report/stylesheets/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/report/stylesheets/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -31,6 +31,7 @@
   --library-dir    ${top_builddir}/src/report/report-gnome
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 

Modified: gnucash/trunk/src/report/utility-reports/test/Makefile.am
===================================================================
--- gnucash/trunk/src/report/utility-reports/test/Makefile.am	2011-12-05 00:06:52 UTC (rev 21670)
+++ gnucash/trunk/src/report/utility-reports/test/Makefile.am	2011-12-05 00:07:05 UTC (rev 21671)
@@ -28,6 +28,7 @@
   --library-dir    ${top_builddir}/src/gnc-module
 
 TESTS_ENVIRONMENT = \
+  GUILE_WARN_DEPRECATED=no \
   GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 



More information about the gnucash-changes mailing list