mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 04:42:53 +00:00
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>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user