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)
commitdb7cb4b4a6c50527c764e11c12b6caf4f207d46b
tree5a8ec70868f8df8182e105ee97bee2d65d712694
parent3385a25408f7ecc1eac3bfcb619a2bf474687a14
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>
Makefile.in