ntel-gpu-tools/tests/debugfs_reader
Daniel Vetter bb86947638 tests: fixup drm_lib.sh sourcing
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-04 11:13:06 +02:00

10 lines
151 B
Bash
Executable File

#!/bin/sh
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
# read everything we can
cat $i915_path/* > /dev/null 2>&1
exit 0