summaryrefslogtreecommitdiff
path: root/tests/test_other.py
AgeCommit message (Expand)Author
2013-09-10Update docs on test.Jukka Jylänki
2013-09-10Fix previous merge.Jukka Jylänki
2013-09-10Skip nmake test in test_cmake on Windows if PATH doesn't have nmake set up.Jukka Jylänki
2013-09-10Add test that NMake works with CMake. Closes #1069.Jukka Jylänki
2013-09-06Use logging.error() instead of print >> sys.stderr in test_cmake to report er...Jukka Jylänki
2013-09-06Document tests in test_cmake.Jukka Jylänki
2013-09-04Adjust EM_BUILD_VERBOSE environment variable to take values 0,1,2 or 3, with ...Jukka Jylänki
2013-09-04Have test_cmake also test that running 'emconfigure cmake' works, in addition...Jukka Jylänki
2013-09-04Remove the need to pass CMAKE_MODULE_PATH to CMake by weakly setting it in th...Jukka Jylänki
2013-09-04Fix other.test_cmake when EM_BUILD_VERBOSE is not defined.Jukka Jylänki
2013-09-04Delete Emscripten_unix.cmake, the previous commit makes that obsolete!Jukka Jylänki
2013-09-04Utilize EM_BUILD_VERBOSE in other.test_cmake.Jukka Jylänki
2013-09-04Improve CMake toolchain file to use response files. Avoid the compiler detect...Jukka Jylänki
2013-09-03support -E in emccAlon Zakai
2013-08-30disable test_stdin in node (temporarily) and v8Alon Zakai
2013-08-29run test_stdin in all JS_ENGINESAnthony Pesch
2013-08-29 - added tests for tcgetattr / tcsetattrAnthony Pesch
2013-08-26make headless test use its own fileAlon Zakai
2013-08-26move test_nostdincxx from other to sanity, because it causes the cache to be ...Alon Zakai
2013-08-22flatten switches in outlinerAlon Zakai
2013-08-19re-enabled non-asm.js shared lib supportAnthony Pesch
2013-08-11initial work on splitting up runner.pyAnthony Pesch