Skip to content

Instantly share code, notes, and snippets.

View ramonasuncion's full-sized avatar
👨‍💻

Ramon Asuncion ramonasuncion

👨‍💻
View GitHub Profile
@ramonasuncion
ramonasuncion / swift-test-wrapper.sh
Created September 29, 2025 16:41
Swift Test Wrapper
swift-test() {
local SWIFT_SOURCE_ROOT="/Users/ramon/swift-project/swift"
local SWIFT_BUILD_DIR="/Users/ramon/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-x86_64"
if [[ $# -lt 1 ]]; then
echo "Usage: swift-test <test-path> [<more>...]"
return 1
fi
local args=("$@")