From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dkim1.fusionio.com ([66.114.96.53]:57931 "EHLO dkim1.fusionio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756602Ab3HON4Y (ORCPT ); Thu, 15 Aug 2013 09:56:24 -0400 Received: from mx2.fusionio.com (unknown [10.101.1.160]) by dkim1.fusionio.com (Postfix) with ESMTP id 2042D7C068B for ; Thu, 15 Aug 2013 07:56:24 -0600 (MDT) Date: Thu, 15 Aug 2013 09:56:21 -0400 From: Josef Bacik To: Josef Bacik CC: Filipe David Manana , "linux-btrfs@vger.kernel.org" Subject: Re: [PATCH] Btrfs: separate out tests into their own directory Message-ID: <20130815135621.GF26269@localhost.localdomain> References: <1376508521-8666-1-git-send-email-jbacik@fusionio.com> <20130815133833.GE26269@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <20130815133833.GE26269@localhost.localdomain> Sender: linux-btrfs-owner@vger.kernel.org List-ID: On Thu, Aug 15, 2013 at 09:38:33AM -0400, Josef Bacik wrote: > On Thu, Aug 15, 2013 at 01:23:53AM +0100, Filipe David Manana wrote: > > On Wed, Aug 14, 2013 at 8:28 PM, Josef Bacik wrote: > > > The plan is to have a bunch of unit tests that run when btrfs is loaded when you > > > build with the appropriate config option. My ultimate goal is to have a test > > > for every non-static function we have, but at first I'm going to focus on the > > > things that cause us the most problems. To start out with this just adds a > > > tests/ directory and moves the existing free space cache tests into that > > > directory and sets up all of the infrastructure. Thanks, > > > > > > Signed-off-by: Josef Bacik > > > > Josef this seems to have broke compilation when sanity checks are not enabled. > > The following patch fixes it for me at least. Thanks. > > > > Weird that's what I committed but not what I sent to the list, sorry about that. > Thanks, > Oh I see, I didn't actually commit it, oops. Josef