Skip to content

Commit 857bb60

Browse files
committed
Don't run lexer tests by default
1 parent 35c0bf3 commit 857bb60

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ endif
171171
# Main test targets
172172
######################################################################
173173

174-
check: cleantmptestlogs cleantestlibs check-notidy tidy check-syntax
174+
check: cleantmptestlogs cleantestlibs check-notidy tidy
175175

176176
check-notidy: cleantmptestlogs cleantestlibs all check-stage2
177177
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log

src/grammar/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Reference grammar.
22

33
Uses [antlr4](http://www.antlr.org/) and a custom Rust tool to compare
4-
ASTs/token streams generated.
4+
ASTs/token streams generated. You can use the `check-syntax` make target to
5+
run all of the available tests.
56

6-
To use:
7+
To use manually:
78

89
```
910
antlr4 RustLexer.g4

0 commit comments

Comments
 (0)