]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Makefile: build 'mdmon' for 'test'
authorNeilBrown <neilb@suse.de>
Wed, 1 Apr 2009 02:49:34 +0000 (13:49 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 1 Apr 2009 02:49:34 +0000 (13:49 +1100)
Else
  make test
might not prepare everything for running tests.

Makefile

index 94a55d935ac695a97eae1adc7d36a312e7f3ae44..63c9454206225192634afa1053b2733e8469abb0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -209,7 +209,7 @@ install-udev: udev-md-raid.rules
 uninstall:
        rm -f $(DESTDIR)$(MAN8DIR)/mdadm.8 md.4 $(DESTDIR)$(MAN4DIR)/md.4 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5 $(DESTDIR)$(BINDIR)/mdadm
 
-test: mdadm test_stripe swap_super
+test: mdadm mdmon test_stripe swap_super
        @echo "Please run 'sh ./test' as root"
 
 clean :