summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Sun <yi.sun@intel.com>2015-03-05 10:28:28 +0800
committerYi Sun <yi.sun@intel.com>2015-03-05 10:28:28 +0800
commit25343f7e7a3b748620b069da08fda60bd238f6cd (patch)
tree165e28386475eb2ddff7f74c75f36fa4af398d3e
parent744f273c2f0069cdb49cb9ca007108aa36f832d3 (diff)
Remove one more file.
Signed-off-by: Yi Sun <yi.sun@intel.com>
-rwxr-xr-xtests/tools_test16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/tools_test b/tests/tools_test
deleted file mode 100755
index 8bda2638..00000000
--- a/tests/tools_test
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-# Test some of the most critical tools we have accidentally broken before.
-# TODO: Possibly make tests parse output
-
-SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
-. $SOURCE_DIR/drm_lib.sh
-
-# ARB_MODE has existed for many gens
-do_or_die "$SOURCE_DIR/../tools/intel_reg_read 0x4030"
-
-do_or_die "$SOURCE_DIR/../tools/intel_reg_dumper"
-
-# TODO: Add more tests
-
-exit 0
-