aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 23ec07b9..b662632d 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1989,6 +1989,8 @@ Succeeded!
# This example borrowed from MSDN documentation
def test_fcvt(self):
+ if self.emcc_args is None: return self.skip('requires emcc')
+
src = '''
#include <stdlib.h>
#include <stdio.h>