cpython/Tools/wasm/emscripten/browser_test/run_test.sh
Hood Chatham 1b118353bb
gh-145176 Move Emscripten files into Platforms/emscripten (#145806)
Moves Emscripten build files into Platforms/emscripten.
2026-03-17 09:39:45 +08:00

3 lines
125 B
Bash
Executable file

#!/bin/bash
# Redirect to new location
exec "$(dirname "$0")/../../../../Platforms/emscripten/browser_test/run_test.sh" "$@"