From: Josef Bacik Date: Wed, 14 Aug 2013 19:05:12 +0000 (-0400) Subject: Btrfs: separate out tests into their own directory X-Git-Tag: v3.12-rc1~40^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc11dd5d707a4157882f281c96055d6894d10c8c;p=pandora-kernel.git Btrfs: separate out tests into their own directory 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed