tests: ensure scripts and data are included in the distribution

Prefix the test scripts and data variables with dist_ to ensure they are
included in the distribution.

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2015-04-08 11:23:05 +01:00
parent 564dfd45a9
commit 4e11307e07
2 changed files with 2 additions and 8 deletions

View File

@ -32,13 +32,13 @@ igt_tests_bin_PROGRAMS += \
$(TESTS_progs_M) \
$(NULL)
igt_tests_bin_SCRIPTS += \
dist_igt_tests_bin_SCRIPTS = \
$(TESTS_scripts) \
$(TESTS_scripts_M) \
$(scripts) \
$(NULL)
igt_tests_data_DATA += \
dist_igt_tests_data_DATA = \
$(IMAGES) \
$(NULL)

View File

@ -13,12 +13,6 @@ igt_tests_bin_PROGRAMS = \
$(TESTS_progs_M) \
$(NULL)
igt_tests_bin_SCRIPTS = \
$(NULL)
igt_tests_data_DATA = \
$(NULL)
NOUVEAU_TESTS_M = \
prime_nv_api \
prime_nv_pcopy \