From c8c58bf3492bdf27b962c627bbb184bc937edaa0 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 26 Dec 2020 17:23:28 -0800 Subject: [PATCH] Add test_autoclear_SOURCES to the dist list for inclusion in the tarball. --- libgnucash/app-utils/test/CMakeLists.txt | 31 ++++++++++++------------ 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/libgnucash/app-utils/test/CMakeLists.txt b/libgnucash/app-utils/test/CMakeLists.txt index 85b85679ef..e92468496b 100644 --- a/libgnucash/app-utils/test/CMakeLists.txt +++ b/libgnucash/app-utils/test/CMakeLists.txt @@ -71,22 +71,6 @@ endif() # Doesn't work yet: gnc_add_test_with_guile(test-app-utils "${test_app_utils_SOURCES}" APP_UTILS_TEST_INCLUDE_DIRS APP_UTILS_TEST_LIBS) -set_dist_list(test_app_utils_DIST - CMakeLists.txt - - test-exp-parser.c - test-print-parse-amount.cpp - test-print-queries.cpp - test-scm-query-string.cpp - test-sx.cpp - test-c-interface.scm - test-date-utilities.scm - test-options.scm - ${test_app_utils_scheme_SOURCES} - ${test_app_utils_SOURCES} -) - - set(test_autoclear_SOURCES test-autoclear.cpp ) @@ -103,3 +87,18 @@ gnc_add_test(test-autoclear "${test_autoclear_SOURCES}" test_autoclear_INCLUDE_DIRS test_autoclear_LIBS ) + +set_dist_list(test_app_utils_DIST + CMakeLists.txt + test-exp-parser.c + test-print-parse-amount.cpp + test-print-queries.cpp + test-scm-query-string.cpp + test-sx.cpp + test-c-interface.scm + test-date-utilities.scm + test-options.scm + ${test_app_utils_scheme_SOURCES} + ${test_app_utils_SOURCES} + ${test_autoclear_SOURCES} +)