mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
tests: don't run kernel check from make check
Add a new target test for that. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
931aa17754
commit
20ff3839e4
@ -26,3 +26,6 @@ SHADER_DEBUGGER_SUBDIR = debugger
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = lib man tools scripts tests benchmarks $(SHADER_DEBUGGER_SUBDIR)
|
SUBDIRS = lib man tools scripts tests benchmarks $(SHADER_DEBUGGER_SUBDIR)
|
||||||
|
|
||||||
|
test:
|
||||||
|
${MAKE} -C tests test
|
||||||
|
@ -60,10 +60,18 @@ TESTS_scripts = \
|
|||||||
debugfs_reader \
|
debugfs_reader \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
TESTS = $(TESTS_progs) \
|
kernel_tests = \
|
||||||
|
$(TESTS_progs) \
|
||||||
$(TESTS_scripts) \
|
$(TESTS_scripts) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
TESTS = \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
test:
|
||||||
|
whoami | grep root || ( echo not running as root; exit 1 )
|
||||||
|
make TESTS="${kernel_tests}" check
|
||||||
|
|
||||||
HANG = \
|
HANG = \
|
||||||
gem_bad_batch \
|
gem_bad_batch \
|
||||||
gem_hang \
|
gem_hang \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user