Commit db7cb4b4 authored by Andreas Dilger's avatar Andreas Dilger Committed by Theodore Ts'o
Browse files

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: default avatarAndreas Dilger <adilger@whamcloud.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 3385a254
......@@ -140,5 +140,5 @@ distclean-local: clean-local
realclean-local: distclean-local
$(RM) -f configure
check:: subs check-recursive
check:: all check-recursive
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment