From: David Steele Date: Wed, 6 Jan 2016 11:25:04 +0000 (+0000) Subject: Updated README for test cases X-Git-Tag: dali_1.1.16~4 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=b1370d2d0f33059e914af8c566cf7b34af4a35b1 Updated README for test cases Change-Id: Idf53707b25aac1dffcd18f8a68f310ce0c7664b8 --- diff --git a/README b/README index de9499c..2ecae9d 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ T.O.C. 2. Building for Ubuntu desktop 2.1. Minimum Requirements 2.2. Building the Repository - + 2.3. Building and executing test cases 1. GBS Builds @@ -50,3 +50,7 @@ Then run the following commands: ./configure --prefix=$DESKTOP_PREFIX make install -j8 +2.3. Building and executing test cases +-------------------------------------- + +See the README.md in dali-toolkit/automated-tests. diff --git a/automated-tests/README.md b/automated-tests/README.md index db21746..12d0769 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. 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