gnucash master: Add Google Test and Google Mock

John Ralls jralls at code.gnucash.org
Wed Oct 29 17:20:38 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/35e9257c (commit)
	from  https://github.com/Gnucash/gnucash/commit/177ea6f0 (commit)



commit 35e9257cabb3b77772f8677c1ad90a5e178e9da6
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 21 17:34:35 2014 -0700

    Add Google Test and Google Mock
    
    Enabled with --enable-google-test, configure the location of the sources
    with --with-gtest-root, --with-gtest-headers, --with-gmock-root, and
    --with-gmock-headers. The latter isn't necessary if the headers are
    installed in /usr/include and the sources in /usr/src as the Debian
    packages do.
    
    This is a first-pass and needs to be made a bit more sophisticated later.
    It might also be worthwhile to extract it into an m4 macro.



Summary of changes:
 configure.ac              | 98 ++++++++++++++++++++++++++++++++++++++++++++++-
 src/test-core/Makefile.am | 11 ++++++
 2 files changed, 107 insertions(+), 2 deletions(-)



More information about the gnucash-patches mailing list