mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Report fs cleanup - move business report tests to standard tests directory
This commit is contained in:
parent
4a721e1f58
commit
e97bb62f8c
@ -1,5 +1,3 @@
|
||||
add_subdirectory (test)
|
||||
|
||||
set(business_reports_DATA
|
||||
taxinvoice.eguile.scm
|
||||
taxinvoice.css
|
||||
@ -13,5 +11,4 @@ install(FILES ${business_reports_DATA} DESTINATION ${SCHEME_INSTALLED_SOURCE_DIR
|
||||
|
||||
set_local_dist(business_reports_DIST_local CMakeLists.txt
|
||||
${business_reports_DATA})
|
||||
set(business_reports_DIST ${business_reports_DIST_local}
|
||||
${test_business_reports_DIST} PARENT_SCOPE)
|
||||
set(business_reports_DIST ${business_reports_DIST_local} PARENT_SCOPE)
|
||||
|
@ -1,32 +0,0 @@
|
||||
|
||||
set(scm_test_business_reports_with_srfi64_SOURCES
|
||||
test-invoice.scm
|
||||
)
|
||||
|
||||
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}
|
||||
)
|
@ -14,6 +14,7 @@ set(scm_test_with_srfi64_SOURCES
|
||||
test-budget.scm
|
||||
test-register.scm
|
||||
test-average-balance.scm
|
||||
test-invoice.scm
|
||||
)
|
||||
|
||||
set(scm_test_with_textual_ports_SOURCES
|
||||
|
Loading…
Reference in New Issue
Block a user