aboutsummaryrefslogtreecommitdiff
path: root/tests/test_other.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_other.py')
-rw-r--r--tests/test_other.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_other.py b/tests/test_other.py
index b307b888..b09f6dea 100644
--- a/tests/test_other.py
+++ b/tests/test_other.py
@@ -277,6 +277,9 @@ f.close()
# TODO: test normal project linking, static and dynamic: get_library should not need to be told what to link!
# TODO: deprecate llvm optimizations, dlmalloc, etc. in emscripten.py.
+ def test_emcc_nonfastcomp(self):
+ nonfastcomp(self.test_emcc)
+
def test_cmake(self):
# Test all supported generators.
if WINDOWS: