gnucash maint: Ensure exposed-generator report files are linked in builddir.
    John Ralls 
    jralls at code.gnucash.org
       
    Thu Oct  1 16:18:39 EDT 2020
    
    
  
Updated	 via  https://github.com/Gnucash/gnucash/commit/22a7b357 (commit)
	from  https://github.com/Gnucash/gnucash/commit/23de9588 (commit)
commit 22a7b3571587708340cbfcb9a735de1e69fb96b1
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 1 12:56:37 2020 -0700
    Ensure exposed-generator report files are linked in builddir.
    
    test-owner-report and test-stress-options require them to be able to
    find owner-report and register-report templates by guid.
    
    Interestingly the scm files are required, go files won't do.
diff --git a/gnucash/report/reports/standard/test/CMakeLists.txt b/gnucash/report/reports/standard/test/CMakeLists.txt
index 9793973fb..c6558c9f9 100644
--- a/gnucash/report/reports/standard/test/CMakeLists.txt
+++ b/gnucash/report/reports/standard/test/CMakeLists.txt
@@ -34,6 +34,7 @@ set(GUILE_DEPENDS
   scm-core-utils
   scm-test-report
   scm-reports
+  scm-reports-standard-with-exposed-generator-links
   scm-report-stylesheets
   )
 
Summary of changes:
 gnucash/report/reports/standard/test/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
    
    
More information about the gnucash-changes
mailing list