summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-04-09 17:08:07 +0100
committerThomas Wood <thomas.wood@intel.com>2015-04-14 17:43:05 +0100
commitc06bba1256d8435fbcea45e54897ad533ad8c1e9 (patch)
treecfa45b02bb275d398932bad8fa7941a017eceb19 /tests/Makefile.am
parente72686b83b0bb51a0266d61c3024a5f5a6e17af7 (diff)
tests: install the test list
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 11f7f965..d5fb4fdb 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)