summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
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}