summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 6ba66a41c..0e1d4a1b0 100755
--- a/check.py
+++ b/check.py
@@ -55,7 +55,7 @@ def with_pass_debug(check):
def run_help_tests():
print '[ checking --help is useful... ]\n'
- not_executable_suffix = ['.txt', '.js', '.ilk', '.pdb', '.dll']
+ not_executable_suffix = ['.txt', '.js', '.ilk', '.pdb', '.dll', '.wasm']
executables = sorted(filter(lambda x: not any(x.endswith(s) for s in
not_executable_suffix) and os.path.isfile(x),
os.listdir(options.binaryen_bin)))