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

Route test_executable_output

test/test_other.py:None–None  ·  view source on GitHub ↗
parameterized({
    '': (['-sEXECUTABLE', '-o', 'out.js'],),
    # -sEXECUTABLE is implied if output filename has no extension
    'no_extension': (['-o', 'foo'],),
    # -sEXECUTABLE is implied for `

Source from the content-addressed store, hash-verified

1# Copyright 2013 The Emscripten Authors. All rights reserved.
2# Emscripten is available under two separate licenses, the MIT license and the
3# University of Illinois/NCSA Open Source License. Both these licenses can be
4# found in the LICENSE file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected