From 837c8504150ec163070db61e61582f46acd4cc6d Mon Sep 17 00:00:00 2001 From: Gu Jinxiang Date: Thu, 8 Feb 2018 13:08:56 +0800 Subject: btrfs-progs: add prerequisite mkfs.btrfs for test-cli Since tests/cli-tests/002-balance-full-no-filters/test.sh need the mkfs.btrfs for prerequisite. So add the dependency in Makefile. Signed-off-by: Gu Jinxiang Signed-off-by: David Sterba --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 327cdfa0..e2e9a469 100644 --- a/Makefile +++ b/Makefile @@ -315,7 +315,7 @@ test-fuzz: btrfs @echo " [TEST] fuzz-tests.sh" $(Q)bash tests/fuzz-tests.sh -test-cli: btrfs +test-cli: btrfs mkfs.btrfs @echo " [TEST] cli-tests.sh" $(Q)bash tests/cli-tests.sh -- cgit v1.2.3