On Mon, Jun 04, 2012 at 02:43:04PM -0700, Ben Widawsky wrote: > I'm not sure we want to keep some of these. Mostly here to show what > testing I have done already. > > Signed-off-by: Ben Widawsky <ben at bwidawsk.net> git add helps ... ;-) -Daniel > --- > tests/Makefile.am | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/tests/Makefile.am b/tests/Makefile.am > index 9ec07c6..bc33ab0 100644 > --- a/tests/Makefile.am > +++ b/tests/Makefile.am > @@ -61,6 +61,11 @@ TESTS_progs = \ > drm_vma_limiter_gtt \ > drm_vma_limiter_cached \ > sysfs_rc6_residency \ > + gem_ctx_basic \ > + gem_ctx_exec \ > + gem_ctx_bad_destroy \ > + gem_ctx_create \ > + gem_ctx_bad_exec \ > $(NULL) > > # IMPORTANT: The ZZ_ tests need to be run last! > @@ -113,3 +118,6 @@ AM_CFLAGS += $(CAIRO_CFLAGS) $(LIBUDEV_CFLAGS) $(GLIB_CFLAGS) > > gem_fence_thrash_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS) > gem_fence_thrash_LDADD = $(LDADD) -lpthread > + > +gem_ctx_basic_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS) > +gem_ctx_basic_LDADD = $(LDADD) -lpthread > -- > 1.7.10.2 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Mail: daniel at ffwll.ch Mobile: +41 (0)79 365 57 48