Add a license check to tidy. #4018

This commit is contained in:
Brian Anderson
2013-01-17 23:28:42 -08:00
parent 1244c0b6fd
commit 6b6acde972
37 changed files with 160 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python
# xfail-license
# this combines all the working run-pass tests into a single large crate so we
# can run it "fast": spawning zillions of windows processes is our major build