From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff McGee Subject: Re: [PATCH] tests: Move pm_rps to the right Makefile target Date: Tue, 21 Jan 2014 16:54:01 -0600 Message-ID: <20140121225401.GF14542@jeffdesk> References: <1390139359-4141-1-git-send-email-daniel.vetter@ffwll.ch> <20140120150640.GE14542@jeffdesk> <20140120161423.GH15089@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 968D4FABFE for ; Tue, 21 Jan 2014 14:47:17 -0800 (PST) Content-Disposition: inline In-Reply-To: <20140120161423.GH15089@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: Daniel Vetter Cc: Daniel Vetter , Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Mon, Jan 20, 2014 at 05:14:23PM +0100, Daniel Vetter wrote: > On Mon, Jan 20, 2014 at 09:06:40AM -0600, Jeff McGee wrote: > > On Sun, Jan 19, 2014 at 02:49:19PM +0100, Daniel Vetter wrote: > > > If it's not in the multi-test target group testrunners won't pick up > > > on the fact that they need to enumerate subtests first. > > > > > > > OK. I haven't yet tried piglit, so missed this detail. Thanks > > Hm, how are you running testcases then on your side? Or are you just > running all the subtests in one go (which also works)? > -Daniel I'm just manually building and running the test binary that I'm interested in, which is just pm_rps for now. I'm working in Android for which overall support is still a little spotty I think. Or at least that was my initial perception and so I'm keeping things simple. Jeff