Use dist_installed_test_data instead of installed_test_data

This means we don't have to add it to EXTRA_DIST, and also means
we can have generated (non-distributed) test data in future if we
want to.

Signed-off-by: Simon McVittie <smcv@debian.org>
tingping/wmclass
Simon McVittie 2016-09-07 16:43:27 +01:00
parent 1cdc43c8fa
commit c9a6da7fe5
1 changed files with 1 additions and 3 deletions

View File

@ -81,7 +81,7 @@ dist_installed_test_extra_scripts += \
tests/make-test-bundles.sh \
$(NULL)
installed_test_data = \
dist_installed_test_data = \
tests/libtest.sh \
tests/org.test.Hello.png \
tests/package_version.txt \
@ -106,8 +106,6 @@ dist_installed_test_keyring_DATA = \
dist_installed_test_dbs_DATA = tests/dbs/no_tables
endif
EXTRA_DIST += $(installed_test_data)
dist_test_scripts = \
tests/test-basic.sh \
tests/test-run.sh \