diff mbox

[i-g-t] tests: Moved gem_concurrent_blit back to the normal set

Message ID 1463486747-20550-1-git-send-email-gabriel.feceoru@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Feceoru, Gabriel May 17, 2016, 12:05 p.m. UTC
Repairing the damage I caused not reading properly Daniel's comment in:
https://patchwork.freedesktop.org/patch/81600/

Leaving gem_concurrent_all only in the EXTRA set

Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Marius Vlad <marius.c.vlad@intel.com>
Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com>
---
 tests/Makefile.sources | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marius Vlad May 24, 2016, 2:54 p.m. UTC | #1
Applied.

On Tue, May 17, 2016 at 03:05:47PM +0300, Gabriel Feceoru wrote:
> Repairing the damage I caused not reading properly Daniel's comment in:
> https://patchwork.freedesktop.org/patch/81600/
> 
> Leaving gem_concurrent_all only in the EXTRA set
> 
> Cc: Daniel Vetter <daniel.vetter@intel.com>
> Cc: Marius Vlad <marius.c.vlad@intel.com>
> Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com>
> ---
>  tests/Makefile.sources | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> index 7b5f316..81d0a55 100644
> --- a/tests/Makefile.sources
> +++ b/tests/Makefile.sources
> @@ -20,6 +20,7 @@ TESTS_progs_M = \
>  	gem_busy \
>  	gem_caching \
>  	gem_close_race \
> +	gem_concurrent_blit \
>  	gem_create \
>  	gem_cs_tlb \
>  	gem_ctx_bad_exec \
> @@ -119,7 +120,6 @@ TESTS_progs_M = \
>  	$(NULL)
>  
>  TESTS_progs_XM = \
> -    gem_concurrent_blit \
>      gem_concurrent_all \
>      $(NULL)
>  
> -- 
> 1.9.1
>
diff mbox

Patch

diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 7b5f316..81d0a55 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -20,6 +20,7 @@  TESTS_progs_M = \
 	gem_busy \
 	gem_caching \
 	gem_close_race \
+	gem_concurrent_blit \
 	gem_create \
 	gem_cs_tlb \
 	gem_ctx_bad_exec \
@@ -119,7 +120,6 @@  TESTS_progs_M = \
 	$(NULL)
 
 TESTS_progs_XM = \
-    gem_concurrent_blit \
     gem_concurrent_all \
     $(NULL)