mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +00:00
tests: check for other drm clients
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
899496ba41
commit
d4cc95b457
@ -69,7 +69,8 @@ TESTS = \
|
||||
$(NULL)
|
||||
|
||||
test:
|
||||
whoami | grep root || ( echo not running as root; exit 1 )
|
||||
whoami | grep root || ( echo ERROR: not running as root; exit 1 )
|
||||
./check_drm_clients
|
||||
make TESTS="${kernel_tests}" check
|
||||
|
||||
HANG = \
|
||||
@ -79,7 +80,7 @@ HANG = \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS_progs) $(HANG)
|
||||
EXTRA_DIST = $(TESTS_scripts)
|
||||
EXTRA_DIST = $(TESTS_scripts) check_drm_clients
|
||||
CLEANFILES = $(EXTRA_PROGRAMS)
|
||||
|
||||
AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user