提交 857bb60f 编写于 作者: C Corey Richardson

Don't run lexer tests by default

上级 35c0bf32
......@@ -171,7 +171,7 @@ endif
# Main test targets
######################################################################
check: cleantmptestlogs cleantestlibs check-notidy tidy check-syntax
check: cleantmptestlogs cleantestlibs check-notidy tidy
check-notidy: cleantmptestlogs cleantestlibs all check-stage2
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
......
Reference grammar.
Uses [antlr4](http://www.antlr.org/) and a custom Rust tool to compare
ASTs/token streams generated.
ASTs/token streams generated. You can use the `check-syntax` make target to
run all of the available tests.
To use:
To use manually:
```
antlr4 RustLexer.g4
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册