summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2013-06-27 14:09:48 +1000
committerNeilBrown <neilb@suse.de>2013-06-27 14:09:48 +1000
commit8e4a42719ccafe235852345867a2352c5defbe7e (patch)
treedb278cd39fd98f51e8db142569ce096ccaa5cc37 /Makefile
parent9b6bf8aa5411ff14086fb5b342c7969ebade7e1a (diff)
"make test" should build "raid6check"
As there are selftests for raid6check. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 :