MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / do_core_test

Method do_core_test

test/test_core.py:498–499  ·  view source on GitHub ↗
(self, testname, **kwargs)

Source from the content-addressed store, hash-verified

496 self.run_js(strict_filename)
497
498 def do_core_test(self, testname, **kwargs):
499 self.do_run_in_out_file_test(Path('core', testname), **kwargs)
500
501 def get_bullet_library(self, use_cmake):
502 if use_cmake:

Callers 15

test_hello_worldMethod · 0.95
test_hello_argcMethod · 0.95
test_intvarsMethod · 0.95
test_int53Method · 0.95
test_i64Method · 0.95
test_i64_2Method · 0.95
test_i64_3Method · 0.95
test_i64_4Method · 0.95
test_i64_bMethod · 0.95

Calls 1

Tested by

no test coverage detected