gnucash maint: [bindings/guile/test] add SRFI64 test sources to the dist.

John Ralls jralls at code.gnucash.org
Sun Jun 13 18:25:32 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/da3bd8ec (commit)
	from  https://github.com/Gnucash/gnucash/commit/5a6e71c2 (commit)



commit da3bd8ec0ee72c5e7a03d7403cd65b88d2c5113d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 13 15:25:23 2021 -0700

    [bindings/guile/test] add SRFI64 test sources to the dist.

diff --git a/bindings/guile/test/CMakeLists.txt b/bindings/guile/test/CMakeLists.txt
index 9033bad3d..33c3a974a 100644
--- a/bindings/guile/test/CMakeLists.txt
+++ b/bindings/guile/test/CMakeLists.txt
@@ -57,6 +57,11 @@ gnc_add_scheme_test_targets(scm-test-engine
 add_dependencies(check scm-test-engine)
 gnc_add_scheme_tests("${engine_test_SCHEME}")
 
+set (scm_tests_with_srfi64_SOURCES
+  test-business-core.scm
+  test-scm-engine.scm
+  )
+
 if (HAVE_SRFI64)
     gnc_add_scheme_test_targets (scm-srfi64-extras
         SOURCES "srfi64-extras.scm"
@@ -69,11 +74,6 @@ if (HAVE_SRFI64)
         NEW_MODULE "tests srfi64-extras"
         DEPENDS "scm-srfi64-extras")
 
-    set (scm_tests_with_srfi64_SOURCES
-        test-business-core.scm
-        test-scm-engine.scm
-        )
-
     gnc_add_scheme_test_targets (scm-test-with-srfi64
         SOURCES "${scm_tests_with_srfi64_SOURCES}"
         OUTPUT_DIR "tests"
@@ -111,6 +111,7 @@ endif()
 set(test_engine_SCHEME_DIST
     srfi64-extras.scm
     ${bindings_test_SCHEME}
+    ${scm_tests_with_srfi64_SOURCES}
     test-engine-extras.scm
     test-scm-query-import.scm
     test-business-core.scm



Summary of changes:
 bindings/guile/test/CMakeLists.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list