X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2FREADME.md;h=d582bf1123c8e079edb83619ed4e817b368af51f;hp=19e7203d629c40cc2f901edb7788737c73d468d4;hb=08018553810aeba912140ebabd219d9b6259acca;hpb=68621df06ebaa3ddcfc8d7fe5cfa76f1aae52684 diff --git a/automated-tests/README.md b/automated-tests/README.md index 19e7203..d582bf1 100644 --- a/automated-tests/README.md +++ b/automated-tests/README.md @@ -86,17 +86,21 @@ To execute tests, cd into automated-tests and run This will execute dali, dali-unmanaged and dali-internal test sets. Note that the output summary for the first will be printed before running the second. -To execute a subset of tests, you can run individual test sets, e.g. +By default the tests execute in parallel, which is faster but does not produce a single output file (summary.xml). Use this to execute the tests in series: - ./execute.sh dali + ./execute.sh -s -or for finer granularity, specify a test source file: +To see the summary.xml results, execute the tests in series and open as follows: - ./execute.sh dali utc-Dali-Actor.cpp + firefox --new-window summary.xml -To see the results, you can open the summary.xml in firefox. +To see a list of all of the options: - firefox --new-window summary.xml + ./execute.sh -h + +To execute a subset of tests, you can run individual test sets, e.g. + + ./execute.sh dali To get coverage output, run