mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-16 15:51:31 +00:00
scripts/testUIKit (#2464)
This commit is contained in:
7
compose/scripts/testUIKit
Executable file
7
compose/scripts/testUIKit
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
pushd ..
|
||||
./gradlew testUIKit $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
|
||||
popd
|
||||
Reference in New Issue
Block a user