1
0
mirror of https://github.com/danog/ton.git synced 2024-12-02 09:28:02 +01:00
ton/example/android/test.sh

7 lines
167 B
Bash
Raw Permalink Normal View History

2019-09-07 12:03:22 +02:00
#!/bin/sh
cp -r src/* ./test/ton/src/main/java/
mkdir -p ./test/ton/src/cpp/prebuilt/
cp -r libs/* ./test/ton/src/cpp/prebuilt/
cd test
./gradlew connectedAndroidTest