summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/check.py b/check.py
index 7455a2cac..5a926bf8e 100755
--- a/check.py
+++ b/check.py
@@ -31,6 +31,7 @@ from scripts.test.shared import (
)
import scripts.test.asm2wasm as asm2wasm
+import scripts.test.lld as lld
import scripts.test.s2wasm as s2wasm
import scripts.test.wasm2asm as wasm2asm
@@ -604,6 +605,8 @@ def main():
run_binaryen_js_tests()
s2wasm.test_s2wasm()
s2wasm.test_linker()
+ lld.test_wasm_link_metadata()
+ lld.test_wasm_emscripten_finalize()
wasm2asm.test_wasm2asm()
run_validator_tests()
if options.torture and options.test_waterfall: