mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
report-system/cmakelists: fix scm_test_report_system_SOURCES
These tests were disabled by mistake in cbd8764780
This commit is contained in:
parent
4c55141d96
commit
4e85102682
@ -13,7 +13,7 @@ set(scm_test_report_system_SOURCES
|
||||
test-load-report-system-module.scm
|
||||
test-collectors.scm
|
||||
test-report-utilities.scm
|
||||
# test-test-extras.scm ;;FIXME why is this not run
|
||||
test-test-extras.scm
|
||||
)
|
||||
|
||||
set (scm_test_report_system_with_srfi64_SOURCES
|
||||
@ -30,7 +30,7 @@ set(GUILE_DEPENDS
|
||||
scm-scm
|
||||
scm-report-system-3
|
||||
)
|
||||
gnc_add_scheme_tests(${scm_test_report_system_SOURCES})
|
||||
gnc_add_scheme_tests("${scm_test_report_system_SOURCES}")
|
||||
|
||||
if (HAVE_SRFI64)
|
||||
gnc_add_scheme_tests ("${scm_test_report_system_with_srfi64_SOURCES}")
|
||||
|
Loading…
Reference in New Issue
Block a user