aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index cc66068e..719cf5f4 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7240,6 +7240,8 @@ def process(filename):
#, build_ll_hook=self.do_autodebug)
def test_openjpeg(self):
+ if self.emcc_args is None: return self.skip('needs libc for getopt')
+
if Settings.USE_TYPED_ARRAYS == 2:
Settings.CORRECT_SIGNS = 1
else: