gnucash master: Build glib gtester based tests under check_PROGRAMS, run under TESTS

John Ralls jralls at code.gnucash.org
Thu Nov 6 19:40:26 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/e8737992 (commit)
	from  https://github.com/Gnucash/gnucash/commit/de5a3eb9 (commit)



commit e87379922f9c5837452944adfe8080362033fa08
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Nov 6 16:39:45 2014 -0800

    Build glib gtester based tests under check_PROGRAMS, run under TESTS
    
    Instead of TEST_PROGS. This has two advantages:
    * By deferring the builds until make check any prerequisites, especially
    in test-core, are already built regardless of overall build order.
    * The output of these tests is logged and the success or failure
    included in the make check summary instead of adding their rather verbose
    output to the stderr.



Summary of changes:
 src/app-utils/test/Makefile.am         | 22 +++++++---------------
 src/backend/dbi/test/Makefile.am       | 10 ++++------
 src/backend/sql/test/Makefile.am       | 14 +++++---------
 src/engine/test/Makefile.am            | 34 ++++++----------------------------
 src/import-export/aqb/test/Makefile.am |  5 +++--
 src/libqof/qof/test/Makefile.am        |  6 ++++--
 src/optional/gtkmm/test/Makefile.am    |  4 ++--
 7 files changed, 31 insertions(+), 64 deletions(-)



More information about the gnucash-patches mailing list