summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-12 14:02:03 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-12 14:09:55 +0200
commita7433ec9eebfb0e5a40189943764c0cf1555dab3 (patch)
treed377c346fe228cde2292230ac4ead07d14734e3d /tests/Makefile.am
parent6877877558870c9c245e7fedcbd1d66ed2206d83 (diff)
tests: scrap old automake based kernel test runner
Upstream broke our dynamic creation of the testlist, and I think adding stupid .tests suffixes everywhere just to appease upstream autohell tools isn't that great. So scrap it, we can use piglit instead. References: https://lists.gnu.org/archive/html/help-debbugs/2013-06/msg00000.html Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f3475ada..ebd7c574 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -150,11 +150,6 @@ kernel_tests = \
TESTS = \
$(NULL)
-test:
- @whoami | grep -q root || ( echo ERROR: not running as root; exit 1 )
- @./check_drm_clients
- @make TESTS="${kernel_tests}" check
-
list-single-tests:
@echo TESTLIST
@echo ${single_kernel_tests}