summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGu Jinxiang <gujx@cn.fujitsu.com>2017-10-31 17:23:04 +0800
committerDavid Sterba <dsterba@suse.com>2018-01-08 19:25:05 +0100
commit60fa9e945f595484928312d6df8ca1793491cffe (patch)
tree72bfb49c91461486181ca52bb29348a44135b677 /Makefile
parent50d4ab19e472b75593264df0a49716f460b58596 (diff)
btrfs-progs: build: Remove unused variable TESTS
Variable is never used. Signed-off-by: Gu Jinxiang <gujx@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 390b138f..a61f95c1 100644
--- a/Makefile
+++ b/Makefile
@@ -128,8 +128,6 @@ image_objects = image/main.o image/sanitize.o
all_objects = $(objects) $(cmds_objects) $(libbtrfs_objects) $(convert_objects) \
$(mkfs_objects) $(image_objects)
-TESTS = fsck-tests.sh convert-tests.sh
-
udev_rules = 64-btrfs-dm.rules
ifeq ("$(origin V)", "command line")