Commit 7c078f1e authored by Kevin Modzelewski's avatar Kevin Modzelewski

Try putting the format check first so it's harder to skip

parent 2a934954
......@@ -388,11 +388,11 @@ cpplint:
check:
@# These are ordered roughly in decreasing order of (chance will expose issue) / (time to run test)
$(MAKE) lint
$(MAKE) check_format
$(MAKE) ext_python ext_pyston pyston_dbg
$(MAKE) check_dbg
$(MAKE) check_format
$(MAKE) run_unittests
@# jit_prof forces the use of GCC as the compiler, which can expose other errors, so just build it and see what happens:
......
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