Re: [PATCH] btrfs-progs: Fix missing internal deps in tests.

2017-07-12 Thread David Sterba
On Mon, Jul 10, 2017 at 02:29:08PM -0700, Adam Buchbinder wrote: > Doing a straight 'make test' would fail because some misc and fsck > tests require particular tools to already be built. Add dependencies > at the Makefile and shell-script level. > > Signed-off-by: Adam Buchbinder

[PATCH] btrfs-progs: Fix missing internal deps in tests.

2017-07-10 Thread Adam Buchbinder
Doing a straight 'make test' would fail because some misc and fsck tests require particular tools to already be built. Add dependencies at the Makefile and shell-script level. Signed-off-by: Adam Buchbinder --- Makefile| 5 +++-- tests/fsck-tests.sh | 1 +