|
|
|
@ -13,7 +13,7 @@ def main():
@@ -13,7 +13,7 @@ def main():
|
|
|
|
|
root_dir = os.path.normpath(os.path.join(os.path.dirname(__file__), '..')) |
|
|
|
|
dirs_to_check = ( |
|
|
|
|
os.path.join(root_dir, subdir) |
|
|
|
|
for subdir in ('ICSharpCode.Decompiler', 'ILSpy', 'ILSpy.BamlDecompiler')) |
|
|
|
|
for subdir in ('ICSharpCode.Decompiler', 'ICSharpCode.Decompiler.Tests', 'ILSpy', 'ILSpy.BamlDecompiler')) |
|
|
|
|
ok = True |
|
|
|
|
for dir in dirs_to_check: |
|
|
|
|
for root, dirs, files in os.walk(dir): |
|
|
|
|