btrfs-progs: tests: Fix missing internal deps in check and misc tests
authorAdam Buchbinder <abuchbinder@google.com>
Mon, 10 Jul 2017 21:29:08 +0000 (14:29 -0700)
committerDavid Sterba <dsterba@suse.com>
Thu, 20 Jul 2017 15:43:43 +0000 (17:43 +0200)
commit50d037b4590ea8eea376d19ad89c152776b4225c
tree1c1792dd3780fe152307e0592e22d9c89c22bc1e
parentb7df24aa5cddc4802b9938f56372b73869775cd9
btrfs-progs: tests: Fix missing internal deps in check and misc tests

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 <abuchbinder@google.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Makefile
tests/fsck-tests.sh
tests/misc-tests.sh