From: NeilBrown Date: Thu, 27 Jun 2013 04:09:48 +0000 (+1000) Subject: "make test" should build "raid6check" X-Git-Tag: mdadm-3.3-rc2~91 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=commitdiff_plain;h=8e4a42719ccafe235852345867a2352c5defbe7e "make test" should build "raid6check" As there are selftests for raid6check. Signed-off-by: NeilBrown --- diff --git a/Makefile b/Makefile index 76dce908..b4c3b24f 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 :