[Intel-gfx] [PATCH i-g-t 2/2] tests: install the test list

Thomas Wood thomas.wood at intel.com
Thu Apr 9 09:13:54 PDT 2015


Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
 tests/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 11f7f96..d5fb4fd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -5,8 +5,6 @@ if HAVE_NOUVEAU
 endif
 
 if BUILD_TESTS
-all-local: test-list.txt
-
 test-list.txt: Makefile.sources
 	@echo TESTLIST > $@
 	@echo ${single_kernel_tests} ${multi_kernel_tests} >> $@
@@ -34,6 +32,8 @@ dist_pkgdata_DATA = \
 	$(IMAGES) \
 	$(NULL)
 
+pkgdata_DATA = test-list.txt
+
 EXTRA_PROGRAMS = $(HANG)
 EXTRA_DIST = $(common_files)
 
-- 
2.1.0



More information about the Intel-gfx mailing list