Skip to content

Commit

Permalink
[Testing] Suppress the useless Guile deprecated warning.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21671 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
jralls committed Dec 5, 2011
1 parent 90c24bd commit a2b2583
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app-utils/test/Makefile.am
Expand Up @@ -30,6 +30,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
--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})

Expand Down
1 change: 1 addition & 0 deletions src/backend/xml/test/Makefile.am
Expand Up @@ -193,6 +193,7 @@ GNC_TEST_DEPS = \
--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} \
Expand Down
1 change: 1 addition & 0 deletions src/engine/test/Makefile.am
Expand Up @@ -64,6 +64,7 @@ GNC_TEST_DEPS = \
--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})
Expand Down
1 change: 1 addition & 0 deletions src/gnc-module/test/Makefile.am
Expand Up @@ -40,6 +40,7 @@ GNC_TEST_DEPS = \
--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 = \
Expand Down
1 change: 1 addition & 0 deletions src/gnome-utils/test/Makefile.am
Expand Up @@ -29,6 +29,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \


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})
Expand Down
1 change: 1 addition & 0 deletions src/import-export/test/Makefile.am
Expand Up @@ -47,6 +47,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
--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})

Expand Down
1 change: 1 addition & 0 deletions src/report/report-gnome/test/Makefile.am
Expand Up @@ -48,6 +48,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
--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})

Expand Down
1 change: 1 addition & 0 deletions src/report/report-system/test/Makefile.am
Expand Up @@ -42,6 +42,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
--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})

Expand Down
1 change: 1 addition & 0 deletions src/report/standard-reports/test/Makefile.am
Expand Up @@ -29,6 +29,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \


TESTS_ENVIRONMENT = \
GUILE_WARN_DEPRECATED=no \
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
$(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})

Expand Down
1 change: 1 addition & 0 deletions src/report/stylesheets/test/Makefile.am
Expand Up @@ -31,6 +31,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
--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})

Expand Down
1 change: 1 addition & 0 deletions src/report/utility-reports/test/Makefile.am
Expand Up @@ -28,6 +28,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
--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})

Expand Down

0 comments on commit a2b2583

Please sign in to comment.