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

This commit is contained in:
John Ralls
2021-06-13 15:25:23 -07:00
parent 5a6e71c2f6
commit da3bd8ec0e

View File

@@ -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