summaryrefslogtreecommitdiff
path: root/tests/misc-tests.sh
diff options
context:
space:
mode:
authorAdam Buchbinder <abuchbinder@google.com>2017-07-10 14:29:08 -0700
committerDavid Sterba <dsterba@suse.com>2017-07-20 17:43:43 +0200
commit50d037b4590ea8eea376d19ad89c152776b4225c (patch)
tree1c1792dd3780fe152307e0592e22d9c89c22bc1e /tests/misc-tests.sh
parentb7df24aa5cddc4802b9938f56372b73869775cd9 (diff)
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>
Diffstat (limited to 'tests/misc-tests.sh')
-rwxr-xr-xtests/misc-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc-tests.sh b/tests/misc-tests.sh
index 1c645c9b..08988016 100755
--- a/tests/misc-tests.sh
+++ b/tests/misc-tests.sh
@@ -24,6 +24,9 @@ check_prereq btrfs-corrupt-block
check_prereq btrfs-image
check_prereq btrfstune
check_prereq btrfs
+check_prereq btrfs-zero-log
+check_prereq btrfs-find-root
+check_prereq btrfs-select-super
check_kernel_support
# The tests are driven by their custom script called 'test.sh'