public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] meson: Make syncobj tests build
@ 2017-10-12 12:11 Ville Syrjala
  2017-10-12 12:25 ` Petri Latvala
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ville Syrjala @ 2017-10-12 12:11 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Include igt_syncobj.c in libigt so that tests/syncobj_basic actually
builds, and let's also build tests/syncobj_wait.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 lib/meson.build   | 1 +
 tests/meson.build | 1 +
 2 files changed, 2 insertions(+)

diff --git a/lib/meson.build b/lib/meson.build
index 42919eef52a8..4fa6fcfeb220 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -54,6 +54,7 @@ lib_sources = [
 	'igt_primes.c',
 	'igt_rand.c',
 	'igt_stats.c',
+	'igt_syncobj.c',
 	'igt_sysfs.c',
 	'igt_vgem.c',
 	'instdone.c',
diff --git a/tests/meson.build b/tests/meson.build
index 85666f6d572e..835adc007e95 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -211,6 +211,7 @@ test_progs = [
 	'prime_vgem',
 	'sw_sync',
 	'syncobj_basic',
+	'syncobj_wait',
 	'template',
 	'tools_test',
 	'vgem_basic',
-- 
2.13.6

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-10-12 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 12:11 [PATCH i-g-t] meson: Make syncobj tests build Ville Syrjala
2017-10-12 12:25 ` Petri Latvala
2017-10-12 12:33   ` Ville Syrjälä
2017-10-12 12:52 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-10-12 16:48 ` ✗ Fi.CI.IGT: warning " Patchwork

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