public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] gem_blits: Build the same way with autotools as with meson
@ 2019-11-07 11:28 Petri Latvala
  2019-11-07 12:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-11-08 13:31 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Petri Latvala @ 2019-11-07 11:28 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Fixes: 99f04b14e224 ("igt: Another combinatorial exercise for blits")
Cc: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/Makefile.sources | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index f63602ef..abf1e2fc 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -24,7 +24,6 @@ TESTS_progs = \
 	drm_import_export \
 	drm_mm \
 	drm_read \
-	i915/gem_blits \
 	kms_3d \
 	kms_addfb_basic \
 	kms_atomic \
@@ -107,6 +106,9 @@ gem_bad_reloc_SOURCES = i915/gem_bad_reloc.c
 TESTS_progs += gem_basic
 gem_basic_SOURCES = i915/gem_basic.c
 
+TESTS_progs += gem_blits
+gem_blits_SOURCES = i915/gem_blits.c
+
 TESTS_progs += gem_busy
 gem_busy_SOURCES = i915/gem_busy.c
 
-- 
2.19.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-08 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 11:28 [igt-dev] [PATCH i-g-t] gem_blits: Build the same way with autotools as with meson Petri Latvala
2019-11-07 12:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-11-08 13:31 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox