Text definitions added/modified
[platform/core/uifw/dali-toolkit.git] / automated-tests / README.md
index 19e7203..d582bf1 100644 (file)
@@ -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