mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-04-07 15:49:52 +00:00
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
pushd ..
|
|
./gradlew testRuntimeNative $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
|
|
popd
|