summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorFeceoru, Gabriel <gabriel.feceoru@intel.com>2016-05-17 15:05:47 +0300
committerMarius Vlad <marius.c.vlad@intel.com>2016-05-24 17:46:44 +0300
commit9c67adfe88786cb0a1f4fcc4ff11cdaeeaa617cb (patch)
tree74f1c39d46e57d2acba3452e2049954187156894 /tests/Makefile.sources
parente4e18ddc59155ba30b2df30cc9dfd18767b03cec (diff)
tests: Moved gem_concurrent_blit back to the normal set
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> Acked-By: Daniel Vetter <daniel.vetter@intel.com> Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 96740f08..c81eeeb5 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 \
@@ -121,7 +122,6 @@ TESTS_progs_M = \
$(NULL)
TESTS_progs_XM = \
- gem_concurrent_blit \
gem_concurrent_all \
$(NULL)