]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
"make test" should build "raid6check"
authorNeilBrown <neilb@suse.de>
Thu, 27 Jun 2013 04:09:48 +0000 (14:09 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 27 Jun 2013 04:09:48 +0000 (14:09 +1000)
As there are selftests for raid6check.

Signed-off-by: NeilBrown <neilb@suse.de>
Makefile

index 76dce90876845d6a0bf86b72641dcc7d9b02e3de..b4c3b24f6dfcaf3a48c12db4e5d6029f411cdbd6 100644 (file)
--- 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 :