X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2FREADME.md;h=590571d9e18137be814b6985010275dd9c958448;hp=c062b8a90d1166992fc182a0489ac5206fea1d2d;hb=3adb444b9bb5cbb26433473e8885677cc4996a29;hpb=a74a83237cb006215b7da0757da8d1e498f2c68f diff --git a/automated-tests/README.md b/automated-tests/README.md index c062b8a..590571d 100644 --- a/automated-tests/README.md +++ b/automated-tests/README.md @@ -123,11 +123,29 @@ To execute a subset of tests, you can run individual test sets, e.g. ./execute.sh dali-toolkit -To get coverage output (you need to first build dali libraries with +To get full coverage output (you need to first build dali libraries with --coverage), run ./coverage.sh +To check the coverage of your patch, (the build server uses its own copy +of these scripts), you can use + + ./patch-coverage.pl -q [diff-spec] + +to get a summary, or + + ./patch-coverage.pl [diff-spec] + +to get textual output, or + + ./patch-coverage.pl -o out.html [diff-spec] + +to get HTML output (used by build server). + +diff-spec is any refspec accepted by git-diff. If it's left out, it creates +a refspec to the latest commit, or uses the index/working tree. + Testing on target =================