mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Provide for report/report-system/test/test-extras to be built before other tests.
This commit is contained in:
@@ -20,13 +20,23 @@ GNC_ADD_SCHEME_TESTS(${scm_test_report_system_SOURCES})
|
||||
GNC_ADD_SCHEME_TEST(test-load-module-report-system test-load-module.in)
|
||||
|
||||
GNC_ADD_SCHEME_TARGETS(scm-test-report-system
|
||||
"${scm_test_report_system_SOURCES};test-extras.scm"
|
||||
"test-extras.scm"
|
||||
gnucash/report/report-system/test
|
||||
""
|
||||
""
|
||||
""
|
||||
"scm-gnc-module;scm-test-engine;scm-report-system-3"
|
||||
FALSE
|
||||
)
|
||||
|
||||
GNC_ADD_SCHEME_TARGETS(scm-test-report-system-2
|
||||
"${scm_test_report_system_SOURCES}"
|
||||
gnucash/report/report-system/test
|
||||
""
|
||||
""
|
||||
""
|
||||
"scm-test-report-system"
|
||||
FALSE
|
||||
)
|
||||
|
||||
CONFIGURE_FILE(test-load-module.in test-load-module @ONLY)
|
||||
|
||||
Reference in New Issue
Block a user