mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
tests: ensure the script based tests are included in the distribution
TESTS_scripts was accidentally removed from EXTRA_DIST in commit 685e577 (Move library selftests to lib/tests). Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
50d539efeb
commit
10aacc7334
@ -28,7 +28,7 @@ multi-tests.txt: Makefile.sources
|
||||
@echo END TESTLIST >> $@
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS_progs) $(TESTS_progs_M) $(HANG)
|
||||
EXTRA_DIST = $(TESTS_scripts_M) $(scripts) $(IMAGES) $(common_files)
|
||||
EXTRA_DIST = $(TESTS_scripts) $(TESTS_scripts_M) $(scripts) $(IMAGES) $(common_files)
|
||||
|
||||
CLEANFILES = $(EXTRA_PROGRAMS) single-tests.txt multi-tests.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user