diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-01 15:16:26 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-01 15:16:26 -0500 |
commit | 79f95c82dca7665f32bafd68b7cdf4a01fab0840 (patch) | |
tree | 255a204980ad2c6481b36a1d8257d5ee84277d74 /fs/btrfs/Makefile | |
parent | bb8039515d7c1b521ea22f095b43618ccc771885 (diff) |
Btrfs: Fixup the code to merge during path walks
Add a bulk insert/remove test to random-test
Add the quick-test code back as another regression test
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/Makefile')
-rw-r--r-- | fs/btrfs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index 58d4260a04b2..756b1cd4cf4d 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile | |||
@@ -14,7 +14,7 @@ check=sparse $(CHECKFLAGS) | |||
14 | $(check) $< | 14 | $(check) $< |
15 | $(CC) $(CFLAGS) -c $< | 15 | $(CC) $(CFLAGS) -c $< |
16 | 16 | ||
17 | all: tester debug-tree | 17 | all: tester debug-tree quick-test |
18 | 18 | ||
19 | debug-tree: $(objects) debug-tree.o | 19 | debug-tree: $(objects) debug-tree.o |
20 | gcc $(CFLAGS) -o debug-tree $(objects) debug-tree.o | 20 | gcc $(CFLAGS) -o debug-tree $(objects) debug-tree.o |
@@ -22,6 +22,9 @@ debug-tree: $(objects) debug-tree.o | |||
22 | tester: $(objects) random-test.o | 22 | tester: $(objects) random-test.o |
23 | gcc $(CFLAGS) -o tester $(objects) random-test.o | 23 | gcc $(CFLAGS) -o tester $(objects) random-test.o |
24 | 24 | ||
25 | quick-test: $(objects) quick-test.o | ||
26 | gcc $(CFLAGS) -o quick-test $(objects) quick-test.o | ||
27 | |||
25 | $(objects) : $(headers) | 28 | $(objects) : $(headers) |
26 | 29 | ||
27 | clean : | 30 | clean : |