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

Method test_scons

test/test_other.py:3279–3285  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3277 @requires_scons
3278 @with_env_modify({'EMSCRIPTEN_ROOT': path_from_root()})
3279 def test_scons(self):
3280 # this test copies the site_scons directory alongside the test
3281 copytree(test_file('scons/simple'), '.')
3282 copytree(path_from_root('tools/scons/site_scons'), 'site_scons')
3283 self.run_process(['scons'])
3284 output = self.run_js('scons_integration.js', assert_returncode=5)
3285 self.assertContained('If you see this - the world is all right!', output)
3286
3287 @requires_scons
3288 @with_env_modify({

Callers

nothing calls this directly

Calls 6

copytreeFunction · 0.90
test_fileFunction · 0.90
path_from_rootFunction · 0.85
run_processMethod · 0.80
run_jsMethod · 0.80
assertContainedMethod · 0.80

Tested by

no test coverage detected