business-report/test: create test directory

These tests will all be SRFI-64 based.
This commit is contained in:
Christopher Lam
2018-05-06 17:26:28 +08:00
parent 23410ca429
commit d4cb87fe3d
2 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
add_subdirectory (test)
set (business_reports_SCHEME
aging.scm

View 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}
)