mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-19 20:33:01 +00:00
intel-gpu-tools: remove the --cmd option from gem_seqno_wrap
gem_seqno_wrap was not being built on Android because it uses wordexp which is not in Bionic. After discussion with Mika Kuoppala (the test author) it seems that wordexp was used to implement the --cmd option that was really only intended for use during development of the test and is no longer needed. So I have removed support for this option and enabled this test for Android. Signed-off-by: Tim Gore <tim.gore@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> [danvet: Resolve conflicts with cocci run.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -28,7 +28,6 @@ endef
|
||||
|
||||
# some tests still do not build under android
|
||||
skip_tests_list :=
|
||||
skip_tests_list += gem_seqno_wrap
|
||||
skip_tests_list += testdisplay # needs glib.h
|
||||
skip_tests_list += pm_rpm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user