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

Method ensure_cache

test/test_sanity.py:406–407  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

404 self.assertIn(os.listdir(cache.cachedir), ([], ['cache.lock']))
405
406 def ensure_cache(self):
407 self.do([EMCC, '-O2', test_file('hello_world.c')])
408
409 def test_emcc_caching(self):
410 BUILDING_MESSAGE = 'generating system library: %s'

Callers 3

test_FROZEN_CACHEMethod · 0.95

Calls 2

doMethod · 0.95
test_fileFunction · 0.90

Tested by

no test coverage detected