Files
compose-multiplatform/compose/scripts/testUIKit
2022-11-11 17:14:17 +03:00

7 lines
112 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
pushd ..
./gradlew testUIKit $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
popd