mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move accounts, checks and pixmaps into a data directory
At the same time move the art directory into contrib to unclutter the top level
This commit is contained in:
@@ -85,7 +85,7 @@ ADD_XML_TEST(test-load-xml2 test-load-xml2.cpp
|
||||
GNC_ADD_TEST_WITH_GUILE(test-load-example-account
|
||||
"${test_backend_xml_module_SOURCES};test-load-example-account.cpp"
|
||||
XML_TEST_INCLUDE_DIRS XML_TEST_LIBS
|
||||
GNC_ACCOUNT_PATH=${CMAKE_SOURCE_DIR}/accounts/C
|
||||
GNC_ACCOUNT_PATH=${CMAKE_SOURCE_DIR}/data/accounts/C
|
||||
)
|
||||
TARGET_COMPILE_OPTIONS(test-load-example-account PRIVATE -DU_SHOW_CPLUSPLUS_API=0)
|
||||
ADD_XML_TEST(test-string-converters "${test_backend_xml_base_SOURCES};test-string-converters.cpp")
|
||||
|
@@ -219,7 +219,7 @@ GNC_TEST_DEPS = \
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GNC_ACCOUNT_PATH=${top_srcdir}/accounts/C \
|
||||
GNC_ACCOUNT_PATH=${top_srcdir}/data/accounts/C \
|
||||
GNC_TEST_FILES=test-files/xml2 \
|
||||
SRCDIR=${srcdir} \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
|
Reference in New Issue
Block a user