]> git.lizzy.rs Git - rust.git/commit
Don't build the lexer verifier during tidy
authorBrian Anderson <banderson@mozilla.com>
Fri, 18 Nov 2016 20:37:25 +0000 (20:37 +0000)
committerBrian Anderson <banderson@mozilla.com>
Fri, 18 Nov 2016 20:37:27 +0000 (20:37 +0000)
commitd3b050c3084f12545a8c224f8d88813b25f46c80
tree8d889bb660283adec4d9e0021d233cf8f46d8a20
parent195c42c426456e0aa1fe1a8f620e25c9c295754d
Don't build the lexer verifier during tidy

Tidy is not the right place to do this. Tidy is for running lints.
We should instead be running the lexer/grammar tests as part of the test
suite.

This may fix nightly breakage, but I don't know why.
mk/tests.mk