diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-08-22 14:58:06 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-08-22 14:58:06 -0700 |
| commit | d765522511b3744eeb1fa160e9277a2620ddef1b (patch) | |
| tree | 6549b5e6824ec0a2bb459382d8d955007dd46761 | |
| parent | 5003f607ec7386ba9a150e1bafb7d389de62d9ff (diff) | |
| download | rust-d765522511b3744eeb1fa160e9277a2620ddef1b.tar.gz rust-d765522511b3744eeb1fa160e9277a2620ddef1b.zip | |
Don't attempt to run tidy over libuv or llvm
| -rw-r--r-- | mk/tests.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 97e18171213..a5afdf4775b 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -240,6 +240,8 @@ tidy: @$(call E, check: formatting) $(Q)find $(S)src -name '*.r[sc]' \ | grep '^$(S)src/test' -v \ + | grep '^$(S)src/libuv' -v \ + | grep '^$(S)src/llvm' -v \ | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py $(Q)find $(S)src/etc -name '*.py' \ | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py |
