From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH 24/25] contexts: basic test coverage Date: Thu, 14 Jun 2012 01:30:34 +0200 Message-ID: <20120613233034.GT4829@phenom.ffwll.local> References: <1338846185-10571-1-git-send-email-ben@bwidawsk.net> <1338846185-10571-25-git-send-email-ben@bwidawsk.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 9ED059E9FD for ; Wed, 13 Jun 2012 16:29:03 -0700 (PDT) Received: by werc12 with SMTP id c12so960799wer.36 for ; Wed, 13 Jun 2012 16:29:02 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1338846185-10571-25-git-send-email-ben@bwidawsk.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Ben Widawsky Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org 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 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@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Mail: daniel@ffwll.ch Mobile: +41 (0)79 365 57 48