From d2c8423c5309efba278d514a6bd6cd708cf76397 Mon Sep 17 00:00:00 2001 From: David Steele Date: Wed, 6 Jan 2016 11:25:31 +0000 Subject: [PATCH] Updated README for test cases Change-Id: I03c58b0eb4e25ff600e9d169997936cc9d07589a --- README | 5 +++++ automated-tests/README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index d6d395a..16988c4 100644 --- a/README +++ b/README @@ -8,6 +8,7 @@ T.O.C. 2.1. Minimum Requirements 2.2. Creating a DALi Environment 2.3. Building the Repository + 2.4. Building and executing test cases @@ -73,3 +74,7 @@ Then run the following commands: ./configure --prefix=$DESKTOP_PREFIX make install -j8 +2.4. Building and executing test cases +-------------------------------------- + +See the README.md in dali-core/automated-tests. \ No newline at end of file diff --git a/automated-tests/README.md b/automated-tests/README.md index 8db6f2c..65876e8 100644 --- a/automated-tests/README.md +++ b/automated-tests/README.md @@ -86,11 +86,11 @@ To execute tests, cd into automated-tests and run This will execute dali and dali-internal test sets. Note that the output summary for the first will be printed before running the second. -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: +By default the tests execute in parallel, which is faster but does not produce any test case output files. Use this to execute the tests in series: ./execute.sh -s -To see the summary.xml results, execute the tests in series and open as follows: +To see the results, copy the style folder from web-tct_2.2.1_r1/tools/tct-mgr/style into automated-tests and run firefox --new-window summary.xml -- 2.7.4