1
0
mirror of https://github.com/tiagovignatti/intel-gpu-tools.git synced 2025-07-25 02:45:57 +00:00
Daniel Vetter 91f536dc42 tests: Move root check to lib/drm_lib.sh
All tests want that anyway.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-07-23 21:03:07 +02:00

7 lines
92 B
Bash
Executable File

#!/bin/bash
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
exit 0