X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2FREADME.md;h=59a7ca788e414c472688759c5efd3b53001e91e2;hb=dcbf46be6ca357212e600431f5d93de384fd0294;hp=25376f783cb738adc410d6fa6dcfbb15e5d023aa;hpb=eef69c727ab2f3ba77e646c63dfc650c33d9ad44;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/automated-tests/README.md b/automated-tests/README.md index 25376f7..59a7ca7 100644 --- a/automated-tests/README.md +++ b/automated-tests/README.md @@ -105,16 +105,34 @@ To execute a subset of tests, you can run individual test sets, e.g. ./execute.sh dali-adaptor -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 ================= -To build for target, first build and install dali-core, dali-adaptor and dali-toolkit, then build dali-capi without --keep-packs option. +To build for target, first build and install dali-core, dali-adaptor and dali-toolkit. You will need to install libconfig-tiny-perl: