v0.10.0 make "make check" only run unit test.
"make test" does full bootstrap-dev, check-coding-style, unit test. "make check" just runs the unit test, this makes running test much easier. In Jenkins or in pre-commit hook, use "make test". In IDE, use "make check" to get test result faster.
Please register or sign in to comment