summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>2016-11-18 14:44:12 +0900
committerDavid Sterba <dsterba@suse.com>2016-11-23 11:07:05 +0100
commit3a8234ee73f6c9e57c0327021f6b8c41c876c685 (patch)
treec29a79fc00a3d299850fb646256329df33b21f9f /Makefile.in
parenta064f24e2ebeeaeea23d8dafcea7c77dc3d3333d (diff)
btrfs-progs: test: fix error of test target of Makefile
Add test-cli to test target of Makefile. Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cba8f362..f662ee54 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -303,7 +303,7 @@ test-inst: all
$(MAKE) DESTDIR=$$tmpdest install && \
$(RM) -rf -- $$tmpdest
-test: test-fsck test-mkfs test-convert test-misc test-fuzz
+test: test-fsck test-mkfs test-convert test-misc test-fuzz test-cli
#
# NOTE: For static compiles, you need to have all the required libs