mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[bindings/guile/test] add SRFI64 test sources to the dist.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user