From 8e4a42719ccafe235852345867a2352c5defbe7e Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 27 Jun 2013 14:09:48 +1000 Subject: [PATCH] "make test" should build "raid6check" As there are selftests for raid6check. Signed-off-by: NeilBrown --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76dce90..b4c3b24 100644 --- a/Makefile +++ b/Makefile @@ -279,7 +279,7 @@ install-systemd: systemd/mdmon@.service uninstall: rm -f $(DESTDIR)$(MAN8DIR)/mdadm.8 $(DESTDIR)$(MAN8DIR)/mdmon.8 $(DESTDIR)$(MAN4DIR)/md.4 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5 $(DESTDIR)$(BINDIR)/mdadm -test: mdadm mdmon test_stripe swap_super +test: mdadm mdmon test_stripe swap_super raid6check @echo "Please run './test' as root" clean :