Restore inadvertently-deleted standard-reports tests.

This commit is contained in:
John Ralls 2018-02-19 08:20:25 -08:00
parent 464281644c
commit 923995f2cc

View File

@ -23,6 +23,7 @@ set(GUILE_DEPENDS
scm-standard-reports scm-standard-reports
scm-report-stylesheets scm-report-stylesheets
) )
GNC_ADD_SCHEME_TESTS("${scm_test_standard_reports_SOURCES}")
GNC_ADD_SCHEME_TARGETS(scm-test-standard-support GNC_ADD_SCHEME_TARGETS(scm-test-standard-support
"${scm_test_report_SUPPORT}" "${scm_test_report_SUPPORT}"
@ -38,5 +39,6 @@ GNC_ADD_SCHEME_TARGETS(scm-test-standard-reports
) )
add_dependencies(check scm-test-standard-reports) add_dependencies(check scm-test-standard-reports)
SET_DIST_LIST(test_standard_reports_DIST CMakeLists.txt SET_DIST_LIST(test_standard_reports_DIST CMakeLists.txt
${scm_test_standard_reports_SOURCES} ${scm_test_report_SUPPORT}) ${scm_test_standard_reports_SOURCES} ${scm_test_report_SUPPORT})