Skip to content

Commit

Permalink
Don't run lexer tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
emberian committed Jul 22, 2014
1 parent 35c0bf3 commit 857bb60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mk/tests.mk
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions src/grammar/README.md
@@ -1,9 +1,10 @@
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
Expand Down

4 comments on commit 857bb60

@bors
Copy link
Contributor

@bors bors commented on 857bb60 Jul 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 857bb60 Jul 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cmr/rust/rewrite-lexer4 = 857bb60 into auto

@bors
Copy link
Contributor

@bors bors commented on 857bb60 Jul 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmr/rust/rewrite-lexer4 = 857bb60 merged ok, testing candidate = ddec89fb

Please sign in to comment.