tests: estbalish drv_ prefix

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-11-02 12:22:37 +01:00
parent d983f99345
commit c32032111a
8 changed files with 8 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
# read everything we can
cat $i915_dfs_path/* > /dev/null 2>&1
exit 0