All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] btrfs-progs: test: fix error of test target of Makefile
@ 2016-11-18  5:44 Tsutomu Itoh
  2016-11-18  5:47 ` [PATCH 2/3] btrfs-progs: test: expand size of test device of fsck-tests 013 Tsutomu Itoh
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Tsutomu Itoh @ 2016-11-18  5:44 UTC (permalink / raw)
  To: linux-btrfs

Add test-cli to test target of Makefile.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 4bd3e63..6c78841 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -298,7 +298,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
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-11-21  5:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18  5:44 [PATCH 1/3] btrfs-progs: test: fix error of test target of Makefile Tsutomu Itoh
2016-11-18  5:47 ` [PATCH 2/3] btrfs-progs: test: expand size of test device of fsck-tests 013 Tsutomu Itoh
2016-11-18  6:36   ` Qu Wenruo
2016-11-18 18:28     ` David Sterba
2016-11-21  0:39       ` Tsutomu Itoh
2016-11-21  5:10   ` [PATCH v2 2/3] btrfs-progs: test: fix how to make test files in " Tsutomu Itoh
2016-11-18  5:49 ` [PATCH 3/3] btrfs-progs: test: fix convert-tests 004 failure Tsutomu Itoh
2016-11-18 18:17   ` David Sterba
2016-11-18 18:29 ` [PATCH 1/3] btrfs-progs: test: fix error of test target of Makefile David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.