diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2013-09-10 00:25:08 +0300 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-09-10 00:25:08 +0300 |
commit | ee8d8b0dfc9335bc715440d6bc466a607d6e86bc (patch) | |
tree | 2374348ff52fae43d486c3e911755da8ba9694f0 | |
parent | c5fa582bf02efd0e400fb2f0a96e6d2e3903b36c (diff) |
Update docs on test.
-rw-r--r-- | tests/test_other.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index b9a66022..64be60fa 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -275,10 +275,7 @@ f.close() # TODO: deprecate llvm optimizations, dlmalloc, etc. in emscripten.py. def test_cmake(self): - # On Windows, we want to build cmake-generated Makefiles with mingw32-make instead of e.g. cygwin make, since mingw32-make - # understands Windows paths, and cygwin make additionally produces a cryptic 'not valid bitcode file' errors on files that - # *are* valid bitcode files. - + # Test all supported generators. if WINDOWS: generators = ['MinGW Makefiles', 'NMake Makefiles'] else: |