Welcome to mirror list, hosted at ThFree Co, Russian Federation.

run-tests.sh - github.com/bitfireAT/vcard4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccb396d45151a34fdb6b7dd644d4df189c002605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

#../gradlew -i check connectedCheck

echo
echo View lint report:
echo -n file://
realpath build/outputs/lint-results-debug.html

echo
echo View local unit test reports:
echo -n file://
realpath build/reports/tests/testDebugUnitTest/debug/index.html
echo -n file://
realpath build/reports/tests/testReleaseUnitTest/release/index.html

echo
echo "View connected unit test reports (debug):"
echo -n file://
realpath build/reports/androidTests/connected/index.html