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:
Geert Janssens
2017-08-11 22:14:31 +02:00
parent 83d14e1c1c
commit afecab330a
518 changed files with 60 additions and 47 deletions

View File

@@ -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")

View File

@@ -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}" \