]> git.lizzy.rs Git - rust.git/commit
build: Run tidy first before all other check targets
authorHaitao Li <lihaitao@gmail.com>
Wed, 18 Jan 2012 18:41:02 +0000 (02:41 +0800)
committerHaitao Li <lihaitao@gmail.com>
Wed, 18 Jan 2012 18:51:57 +0000 (02:51 +0800)
commit397d9148a77cfdbbc850da4fa97310afc218a385
tree6f2907f675e47b3d759a5c52fd7c07e66f2dbd56
parent7b1724fb40a1eff8f3f7960f9a52e8e04decdaaf
build: Run tidy first before all other check targets

`make check` executes `tidy` after compile. It reminds me that I've left
long lines or trailing whitespaces only after compilation finshed. That
is too late since I have to recompile only because fixing the trivial
formatting issues.

Run tidy first to avoid potentially unnecessary re-compilation.
mk/tests.mk