gnucash master: Multiple changes pushed
Geert Janssens
gjanssens at code.gnucash.org
Wed Aug 16 06:41:57 EDT 2017
Updated via https://github.com/Gnucash/gnucash/commit/1883d8ec (commit)
via https://github.com/Gnucash/gnucash/commit/53afd36d (commit)
from https://github.com/Gnucash/gnucash/commit/723530a9 (commit)
commit 1883d8ec31029f5a213ce560992320dd3d83246d
Author: Geert Janssens <geert at kobaltwit.be>
Date: Wed Aug 16 12:40:19 2017 +0200
Fix a number of test mismatches between cmake and autotools
cmake:
- add test-app-utils
- rename test-link-module to test-link-module-app-utils
- add gtest-import-map
autotools:
- move gtest-import-map from TEST_PROGS to TESTS (autotools) so it shows up in the colored results list
commit 53afd36de1bf8a1841029ab0d3198b3dd3c13c4a
Author: Geert Janssens <geert at kobaltwit.be>
Date: Wed Aug 16 11:59:27 2017 +0200
Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH
They interfere with other tests and pollute the build logs in cmake.
Summary of changes:
gnucash/import-export/test/Makefile.am | 8 ++++----
libgnucash/app-utils/test/CMakeLists.txt | 6 +++---
libgnucash/engine/test/CMakeLists.txt | 6 ++++++
libgnucash/gnc-module/test/CMakeLists.txt | 9 +++++----
libgnucash/gnc-module/test/misc-mods/CMakeLists.txt | 7 ++++++-
libgnucash/gnc-module/test/mod-bar/CMakeLists.txt | 7 ++++++-
libgnucash/gnc-module/test/mod-baz/CMakeLists.txt | 7 ++++++-
libgnucash/gnc-module/test/mod-foo/CMakeLists.txt | 5 +++++
8 files changed, 41 insertions(+), 14 deletions(-)
More information about the gnucash-patches
mailing list