[Intel-gfx] [PATCH i-g-t 4/4] tests: Rename chamelium to kms_chamelium.

Lyude Paul lyude at redhat.com
Sat Nov 18 00:42:42 UTC 2017


Reviewed-by: Lyude Paul <lyude at redhat.com>

On Thu, 2017-11-16 at 13:45 +0100, Maarten Lankhorst wrote:
> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> ---
>  tests/Makefile.am                      |  6 +++---
>  tests/intel-ci/fast-feedback.testlist  | 18 +++++++++---------
>  tests/{chamelium.c => kms_chamelium.c} |  0
>  tests/meson.build                      |  2 +-
>  4 files changed, 13 insertions(+), 13 deletions(-)
>  rename tests/{chamelium.c => kms_chamelium.c} (100%)
> 
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 89a970153992..db360523dad6 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -16,7 +16,7 @@ endif
>  
>  if HAVE_CHAMELIUM
>  TESTS_progs += \
> -	chamelium \
> +	kms_chamelium \
>  	$(NULL)
>  endif
>  
> @@ -153,8 +153,8 @@ vc4_wait_bo_LDADD = $(LDADD) $(DRM_VC4_LIBS)
>  vc4_wait_seqno_CFLAGS = $(AM_CFLAGS) $(DRM_VC4_CFLAGS)
>  vc4_wait_seqno_LDADD = $(LDADD) $(DRM_VC4_LIBS)
>  
> -chamelium_CFLAGS = $(AM_CFLAGS) $(XMLRPC_CFLAGS) $(LIBUDEV_CFLAGS)
> -chamelium_LDADD = $(LDADD) $(XMLRPC_LIBS) $(LIBUDEV_LIBS)
> +kms_chamelium_CFLAGS = $(AM_CFLAGS) $(XMLRPC_CFLAGS) $(LIBUDEV_CFLAGS)
> +kms_chamelium_LDADD = $(LDADD) $(XMLRPC_LIBS) $(LIBUDEV_LIBS)
>  
>  audio_CFLAGS = $(AM_CFLAGS) $(ALSA_CFLAGS)
>  audio_LDADD = $(LDADD) $(ALSA_LIBS)
> diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-
> feedback.testlist
> index bf8c1e663801..f74da743ce88 100644
> --- a/tests/intel-ci/fast-feedback.testlist
> +++ b/tests/intel-ci/fast-feedback.testlist
> @@ -1,14 +1,5 @@
>  # Keep alphabetically sorted by default
>  
> -igt at chamelium@dp-hpd-fast
> -igt at chamelium@dp-edid-read
> -igt at chamelium@dp-crc-fast
> -igt at chamelium@hdmi-hpd-fast
> -igt at chamelium@hdmi-edid-read
> -igt at chamelium@hdmi-crc-fast
> -igt at chamelium@vga-hpd-fast
> -igt at chamelium@vga-edid-read
> -igt at chamelium@common-hpd-after-suspend
>  igt at core_auth@basic-auth
>  igt at core_prop_blob@basic
>  igt at debugfs_test@read_all_entries
> @@ -208,6 +199,15 @@ igt at kms_addfb_basic@unused-pitches
>  igt at kms_busy@basic-flip-a
>  igt at kms_busy@basic-flip-b
>  igt at kms_busy@basic-flip-c
> +igt at kms_chamelium@dp-hpd-fast
> +igt at kms_chamelium@dp-edid-read
> +igt at kms_chamelium@dp-crc-fast
> +igt at kms_chamelium@hdmi-hpd-fast
> +igt at kms_chamelium@hdmi-edid-read
> +igt at kms_chamelium@hdmi-crc-fast
> +igt at kms_chamelium@vga-hpd-fast
> +igt at kms_chamelium@vga-edid-read
> +igt at kms_chamelium@common-hpd-after-suspend
>  igt at kms_cursor_legacy@basic-busy-flip-before-cursor-atomic
>  igt at kms_cursor_legacy@basic-busy-flip-before-cursor-legacy
>  igt at kms_cursor_legacy@basic-flip-after-cursor-atomic
> diff --git a/tests/chamelium.c b/tests/kms_chamelium.c
> similarity index 100%
> rename from tests/chamelium.c
> rename to tests/kms_chamelium.c
> diff --git a/tests/meson.build b/tests/meson.build
> index c3d5372f78ac..20ff79dcb15f 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -251,7 +251,7 @@ endif
>  
>  if chamelium.found()
>  	test_progs += [
> -		'chamelium',
> +		'kms_chamelium',
>  	]
>  	test_deps += chamelium
>  endif


More information about the Intel-gfx mailing list