Whamcloud - gitweb
check: build all dependencies before "make check"
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 16 Jun 2011 02:17:38 +0000 (22:17 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 16 Jun 2011 02:17:38 +0000 (22:17 -0400)
If "make check" is run on a clean repository, it fails due to missing
dependencies for building the test programs.  Have "make check" build
all dependencies before starting the tests to ensure that it can finish
without error.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Makefile.in

index 5708efd..d336c57 100644 (file)
@@ -140,5 +140,5 @@ distclean-local: clean-local
 realclean-local: distclean-local
        $(RM) -f configure
 
-check::        subs check-recursive
+check::        all check-recursive