mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +00:00
tests: install the test list
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
e72686b83b
commit
c06bba1256
@ -5,8 +5,6 @@ if HAVE_NOUVEAU
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_TESTS
|
if BUILD_TESTS
|
||||||
all-local: test-list.txt
|
|
||||||
|
|
||||||
test-list.txt: Makefile.sources
|
test-list.txt: Makefile.sources
|
||||||
@echo TESTLIST > $@
|
@echo TESTLIST > $@
|
||||||
@echo ${single_kernel_tests} ${multi_kernel_tests} >> $@
|
@echo ${single_kernel_tests} ${multi_kernel_tests} >> $@
|
||||||
@ -34,6 +32,8 @@ dist_pkgdata_DATA = \
|
|||||||
$(IMAGES) \
|
$(IMAGES) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
pkgdata_DATA = test-list.txt
|
||||||
|
|
||||||
EXTRA_PROGRAMS = $(HANG)
|
EXTRA_PROGRAMS = $(HANG)
|
||||||
EXTRA_DIST = $(common_files)
|
EXTRA_DIST = $(common_files)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user