diff options
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test/lld.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test/lld.py b/scripts/test/lld.py index cdbb2878d..9323dded6 100755 --- a/scripts/test/lld.py +++ b/scripts/test/lld.py @@ -26,6 +26,8 @@ def args_for_finalize(filename): ret += ['--side-module'] if 'standalone-wasm' in filename: ret += ['--standalone-wasm'] + if 'bigint' in filename: + ret += ['--bigint'] return ret |