check: build all dependencies before "make check"

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>
bitmap-optimize
Andreas Dilger 2011-06-15 22:17:38 -04:00 committed by Theodore Ts'o
parent 3385a25408
commit db7cb4b4a6
1 changed files with 1 additions and 1 deletions

View File

@ -140,5 +140,5 @@ distclean-local: clean-local
realclean-local: distclean-local
$(RM) -f configure
check:: subs check-recursive
check:: all check-recursive