Add test-date-utilities to CMakeLists.txt and Makefile.am.

This commit is contained in:
John Ralls 2017-12-19 17:39:39 -08:00
parent 3f408a885b
commit 302d1e73e8
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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 = \