gnucash master: Fix missing dependencies for test-module-deprecation

Geert Janssens gjanssens at code.gnucash.org
Fri Sep 13 14:10:04 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/ffe7906e (commit)
	from  https://github.com/Gnucash/gnucash/commit/fb09555f (commit)



commit ffe7906e02136dfc4e422ca0caf85e8af690c532
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Sep 13 20:09:57 2019 +0200

    Fix missing dependencies for test-module-deprecation

diff --git a/libgnucash/scm/test/CMakeLists.txt b/libgnucash/scm/test/CMakeLists.txt
index 9896d8150..544e446ab 100644
--- a/libgnucash/scm/test/CMakeLists.txt
+++ b/libgnucash/scm/test/CMakeLists.txt
@@ -8,6 +8,8 @@ set(GUILE_DEPENDS
   scm-app-utils
   scm-scm scm-engine
   scm-srfi64-extras
+  scm-deprecated-gnucash-deprecated-module
+  scm-deprecated-gnucash-superseded-module
   )
 
 if (HAVE_SRFI64)



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



More information about the gnucash-changes mailing list