r21697 - gnucash/branches/2.4/src/core-utils - [r21656][Testing] Provide for gnc_path_get_reportdir() and gnc_path_get_stdreportsdir() to return build-directory paths

John Ralls jralls at code.gnucash.org
Fri Dec 9 18:11:10 EST 2011


Author: jralls
Date: 2011-12-09 18:11:09 -0500 (Fri, 09 Dec 2011)
New Revision: 21697
Trac: http://svn.gnucash.org/trac/changeset/21697

Modified:
   gnucash/branches/2.4/src/core-utils/gnc-path.c
Log:
[r21656][Testing] Provide for gnc_path_get_reportdir() and gnc_path_get_stdreportsdir() to return build-directory paths

As with engine, in response to environment variables GNC_UNINSTALLED and GNC_BUILDDIR.
GNC_UNINSTALLED is intended to be set via g_setenv() or (setenv) at the beginning of a test program. GNC_BUILDDIR is intended to be set with
GNC_BUILDDIR=`cd ${top_builddir} && pwd`
as part of the TESTS_ENVIRONMENT variable in test Makefiles.



More information about the gnucash-patches mailing list