Files
compose-multiplatform/compose/scripts/testRuntimeNative
Igor Demin 598a74d03b Remove configuration scripts (#2259)
Because this configuration is done on androidx repo level now
2022-08-23 17:09:19 +02:00

8 lines
121 B
Bash
Executable File

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