diff options
| author | Thomas Wood <thomas.wood@intel.com> | 2015-04-08 11:23:05 +0100 |
|---|---|---|
| committer | Thomas Wood <thomas.wood@intel.com> | 2015-04-08 17:58:32 +0100 |
| commit | 4e11307e0786d6a4fac014136c914c019aa9abb4 (patch) | |
| tree | 529c40099d5855e1be7863429208dc62c812a7d8 | |
| parent | 564dfd45a99e688c0a450f911adb864f4d5bd6b5 (diff) | |
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>
| -rw-r--r-- | tests/Makefile.am | 4 | ||||
| -rw-r--r-- | tests/Makefile.sources | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7fbf6221..d6de373c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index 3e3aa572..59a06e97 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -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 \ |
