From 08018553810aeba912140ebabd219d9b6259acca Mon Sep 17 00:00:00 2001 From: Paul Wisbey Date: Fri, 12 Dec 2014 16:26:16 +0000 Subject: [PATCH 1/1] Fixed some README comments dali_env is in build/scripts, not build. To get a summary.xml for the automated tests use this command: ./execute.sh -s Change-Id: Ib840a1604c110fc663e94d7e1f2e0dabdd3efe42 --- automated-tests/README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 -- 2.7.4