6 lines
88 B
Bash
6 lines
88 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
export LD_LIBRARY_PATH=/usr/local/lib
|
||
|
|
|
||
|
|
./gradlew test connectedAndroidTest
|