Check option files too.

pull/468/head
Jussi Pakkanen 9 years ago
parent d87eb7d290
commit 5b3c9e262b
  1. 2
      run_tests.py

@ -352,7 +352,7 @@ def check_file(fname):
def check_format():
for (root, _, files) in os.walk('.'):
for file in files:
if file.endswith('.py') or file.endswith('.build'):
if file.endswith('.py') or file.endswith('.build') or file == 'meson_options.txt':
fullname = os.path.join(root, file)
check_file(fullname)

Loading…
Cancel
Save