1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 19:52:18 +00:00
ton/example/android/test.sh

7 lines
167 B
Bash
Raw Normal View History

2019-09-07 10:03:22 +00: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