gnucash maint: Fix test dependency issue

Geert Janssens gjanssens at code.gnucash.org
Mon May 13 14:18:53 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/d4c524a9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7b1a262e (commit)



commit d4c524a9ef6d369e2ce3d41e480f89871d89fac3
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon May 13 19:42:36 2019 +0200

    Fix test dependency issue

diff --git a/libgnucash/scm/test/CMakeLists.txt b/libgnucash/scm/test/CMakeLists.txt
index eb5858239..677d6124a 100644
--- a/libgnucash/scm/test/CMakeLists.txt
+++ b/libgnucash/scm/test/CMakeLists.txt
@@ -6,6 +6,7 @@ set(GUILE_DEPENDS
   scm-gnc-module
   scm-app-utils
   scm-scm scm-engine
+  scm-srfi64-extras
   )
 
 if (HAVE_SRFI64)



Summary of changes:
 libgnucash/scm/test/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list