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

Method test_compile_noop

test/test_benchmark.py:586–587  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

584 baseline = b
585
586 def test_compile_noop(self):
587 self.do_toolchain_benchmark(['--version'])
588
589 def test_compile_hello(self):
590 self.do_toolchain_benchmark(['-c', test_file('hello_world.c')])

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected