mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix dist for gnome tests.
This commit is contained in:
parent
c114ff7957
commit
c0681ababa
@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
|
||||
endif()
|
||||
|
||||
project (gnucash
|
||||
VERSION 4.901
|
||||
VERSION 4.902
|
||||
)
|
||||
|
||||
enable_testing()
|
||||
|
@ -249,8 +249,11 @@ gnc_add_scheme_targets(scm-gnome
|
||||
OUTPUT_DIR gnucash
|
||||
DEPENDS "${GUILE_DEPENDS}")
|
||||
|
||||
set_dist_list(gnome_DIST
|
||||
set_local_dist(gnome_DIST_local
|
||||
CMakeLists.txt gnome.i gnucash.appdata.xml.in.in gnucash.desktop.in.in
|
||||
gnucash.releases.xml ${gnc_gnome_noinst_HEADERS} ${gnc_gnome_SOURCES} ${gnome_SCHEME} ${test_app_utils_DIST})
|
||||
gnucash.releases.xml ${gnc_gnome_noinst_HEADERS} ${gnc_gnome_SOURCES} ${gnome_SCHEME})
|
||||
|
||||
dist_add_generated(${BUILDING_FROM_VCS} gnucash.appdata.xml.in)
|
||||
add_dependencies(gnucash-appdata dist-gnucash-gnome-gnucash-appdata-xml-in)
|
||||
|
||||
set(gnome_DIST ${gnome_DIST_local} ${test_gnome_DIST} PARENT_SCOPE)
|
||||
|
@ -18,7 +18,7 @@ macro(add_gnome_test _TARGET _SOURCE_FILES)
|
||||
gnc_add_test(${_TARGET} "${_SOURCE_FILES}" GNOME_TEST_INCLUDE_DIRS GNOME_TEST_LIBS)
|
||||
endmacro()
|
||||
|
||||
gnc_add_test_with_guile(test-invoice-report-buitin-default test-invoice-report-buitin-default.cpp
|
||||
gnc_add_test_with_guile(test-invoice-report-builtin-default test-invoice-report-builtin-default.cpp
|
||||
GNOME_TEST_INCLUDE_DIRS GNOME_TEST_LIBS
|
||||
)
|
||||
|
||||
@ -26,9 +26,7 @@ set(GUILE_DEPENDS
|
||||
scm-core-utils
|
||||
)
|
||||
|
||||
set_dist_list(test_app_utils_DIST
|
||||
set_dist_list(test_gnome_DIST
|
||||
CMakeLists.txt
|
||||
test-invoice-buitin-default.cpp
|
||||
${test_gnome_scheme_SOURCES}
|
||||
${test_gnome_SOURCES}
|
||||
test-invoice-report-builtin-default.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user