Merge "Update README.md for automated-tests" into tizen
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 24 Mar 2015 14:39:15 +0000 (07:39 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 24 Mar 2015 14:39:15 +0000 (07:39 -0700)
automated-tests/README.md

index 8db6f2c..db21746 100644 (file)
@@ -62,19 +62,19 @@ Run the following commands:
     cd automated-tests
     ./build.sh
 
-This will build dali and dali-internal test sets.
+This will build dali-toolkit and dali-toolkit-internal test sets.
 
 Test sets can be built individually:
 
-    ./build.sh dali
+    ./build.sh dali-toolkit
 
 They can also be built without regenerating test case scripts (Useful for quicker rebuilds)
 
-    ./build.sh -n dali-internal
+    ./build.sh -n dali-toolkit-internal
 
 Or without cleaning down the build area (Useful for fast build/run/debug cycles)
 
-    ./build.sh -n -r dali-internal
+    ./build.sh -n -r dali-toolkit-internal
 
 
 Executing the tests