Skip to content

Commit

Permalink
Add test_autoclear_SOURCES to the dist list for inclusion in the tarb…
Browse files Browse the repository at this point in the history
…all.
  • Loading branch information
jralls committed Dec 27, 2020
1 parent 74b33bf commit c8c58bf
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions libgnucash/app-utils/test/CMakeLists.txt
Expand Up @@ -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
)
Expand All @@ -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}
)

0 comments on commit c8c58bf

Please sign in to comment.