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} +)