mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
business-report/test: create test directory
These tests will all be SRFI-64 based.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
add_subdirectory (test)
|
||||
|
||||
set (business_reports_SCHEME
|
||||
aging.scm
|
||||
|
||||
31
gnucash/report/business-reports/test/CMakeLists.txt
Normal file
31
gnucash/report/business-reports/test/CMakeLists.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
set(scm_test_business_reports_with_srfi64_SOURCES
|
||||
)
|
||||
|
||||
set(GUILE_DEPENDS
|
||||
scm-gnc-module
|
||||
scm-app-utils
|
||||
scm-engine
|
||||
scm-test-engine
|
||||
scm-gettext
|
||||
scm-scm
|
||||
scm-test-report-system
|
||||
scm-report-stylesheets
|
||||
)
|
||||
|
||||
if (HAVE_SRFI64)
|
||||
gnc_add_scheme_tests("${scm_test_business_reports_with_srfi64_SOURCES}")
|
||||
endif (HAVE_SRFI64)
|
||||
|
||||
gnc_add_scheme_targets(scm-test-business-reports
|
||||
"${scm_test_business_reports_SOURCES}"
|
||||
gnucash/report/business-reports/test
|
||||
"scm-test-business-support"
|
||||
FALSE
|
||||
)
|
||||
|
||||
add_dependencies(check scm-test-business-reports)
|
||||
|
||||
set_dist_list(test_business_reports_DIST CMakeLists.txt
|
||||
${scm_test_business_reports_with_srfi64_SOURCES}
|
||||
)
|
||||
Reference in New Issue
Block a user