diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-21 12:45:01 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-21 12:45:01 -0800 |
commit | d2ae502d4cb827d81f1257f088ab7dbf43cb8d1d (patch) | |
tree | d4aef6f875a76f86cb5c9d4e912812e3741b0f6c | |
parent | cee68d01cd298c8c71e62190f2e88f8f8fe72698 (diff) |
add non-fastcomp other.test_emcc run
-rw-r--r-- | tests/test_other.py | 3 |
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: |