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

Method test_dylink_basics

test/test_core.py:4103–4105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4101 @needs_dylink
4102 @crossplatform
4103 def test_dylink_basics(self):
4104 self.do_basic_dylink_test()
4105 self.verify_in_strict_mode(self.output_name('main'))
4106
4107 @with_dylink_reversed
4108 def test_dylink_basics_no_modify(self):

Callers

nothing calls this directly

Calls 3

do_basic_dylink_testMethod · 0.95
verify_in_strict_modeMethod · 0.95
output_nameMethod · 0.80

Tested by

no test coverage detected