mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add test-date-utilities to CMakeLists.txt and Makefile.am.
This commit is contained in:
parent
3f408a885b
commit
302d1e73e8
@ -29,5 +29,7 @@ GNC_ADD_SCHEME_TEST(scm-test-load-module test-load-module.in)
|
||||
|
||||
CONFIGURE_FILE(test-load-module.in test-load-module @ONLY)
|
||||
|
||||
GNC_ADD_SCHEME_TEST(scm-test-date-utilities test-date-utilities.scm)
|
||||
|
||||
SET_DIST_LIST(test_app_utils_DIST CMakeLists.txt Makefile.am test-exp-parser.c test-link-module.c test-load-module.in
|
||||
test-print-parse-amount.c test-print-queries.c test-scm-query-string.c test-sx.c)
|
||||
test-print-parse-amount.c test-print-queries.c test-scm-query-string.c test-sx.c test-date-utilities.scm)
|
||||
|
@ -4,6 +4,7 @@ TESTS = \
|
||||
test-exp-parser \
|
||||
test-scm-query-string \
|
||||
test-print-parse-amount \
|
||||
test-date-utilities \
|
||||
test-sx
|
||||
|
||||
test_exp_parser_SOURCES = \
|
||||
|
Loading…
Reference in New Issue
Block a user