mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
tests: add testcase to check igt runtime enviroment
Now that we've abandonded the autohell testrunner, need to port this over. Easiest is to just add another testcase ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -104,6 +104,7 @@ TESTS_scripts_M = \
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
TESTS_scripts = \
|
TESTS_scripts = \
|
||||||
|
test_rte_check
|
||||||
debugfs_reader \
|
debugfs_reader \
|
||||||
debugfs_emon_crash \
|
debugfs_emon_crash \
|
||||||
sysfs_l3_parity \
|
sysfs_l3_parity \
|
||||||
|
|||||||
Executable
+8
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
whoami | grep root || ( echo ERROR: not running as root; exit 1 )
|
||||||
|
|
||||||
|
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
|
||||||
|
. $SOURCE_DIR/drm_lib.sh
|
||||||
|
|
||||||
|
exit 0
|
||||||
Reference in New Issue
Block a user