diff --git a/src/app-utils/test/CMakeLists.txt b/src/app-utils/test/CMakeLists.txt index b525b809fb..dc474784a4 100644 --- a/src/app-utils/test/CMakeLists.txt +++ b/src/app-utils/test/CMakeLists.txt @@ -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) \ No newline at end of file + test-print-parse-amount.c test-print-queries.c test-scm-query-string.c test-sx.c test-date-utilities.scm) diff --git a/src/app-utils/test/Makefile.am b/src/app-utils/test/Makefile.am index 6fb6a95573..b78f046a64 100644 --- a/src/app-utils/test/Makefile.am +++ b/src/app-utils/test/Makefile.am @@ -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 = \