autotools: avoid redundancy in installation of test files

testcase files used to be installed in src/testcases.am, using a duplicated
list of files. Better do it in test/test.am with the canonical list of files
and only install generated files in src/testcases.am. This makes it easier
to extend the list in the future.
This commit is contained in:
Patrick Ohly 2014-05-16 00:44:52 -07:00
parent f0df27f407
commit 9efa21496f
2 changed files with 2 additions and 10 deletions

View File

@ -2,16 +2,7 @@
# already defined.
src_testcasesdir = $(testdir)/testcases
dist_src_testcases_DATA = \
src/testcases/local.png \
src/testcases/google_event.ics \
src/testcases/yahoo_contact.vcf \
src/testcases/eds_contact.vcf \
src/testcases/eds_event.ics \
src/testcases/eds_event.ics.local \
src/testcases/eds_memo.ics \
src/testcases/eds_task.ics \
$(TEST_FILES_GENERATED)
dist_src_testcases_DATA = $(TEST_FILES_GENERATED)
src_testcases_lcsdir = $(testdir)/testcases/lcs
dist_src_testcases_lcs_DATA = \

View File

@ -87,6 +87,7 @@ test_DATA += \
$(NOP)
nobase_testparent_DATA += \
$(test_testcases) \
test/test-dbus/templates/templates/clients/phone/nokia/S40/7210c.ini \
test/test-dbus/templates/templates/clients/SyncEvolution.ini \
test/test-dbus/auto-sync/config/syncevolution/.internal.ini \