mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
Move library selftests to lib/tests
Again they're not really igt testcases so are in the way of running spatch unconditionally. Move them someplace else. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ multi-tests.txt: Makefile.sources
|
||||
@echo ${multi_kernel_tests} >> $@
|
||||
@echo END TESTLIST >> $@
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS_progs) $(TESTS_progs_M) $(HANG) $(TESTS_testsuite)
|
||||
EXTRA_DIST = $(TESTS_scripts) $(TESTS_scripts_M) $(scripts) $(IMAGES) $(common_files)
|
||||
EXTRA_PROGRAMS = $(TESTS_progs) $(TESTS_progs_M) $(HANG)
|
||||
EXTRA_DIST = $(TESTS_scripts_M) $(scripts) $(IMAGES) $(common_files)
|
||||
|
||||
CLEANFILES = $(EXTRA_PROGRAMS) single-tests.txt multi-tests.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user