Update README.md for automated-tests 50/36550/2
authorYoonsang Lee <ysang114.lee@samsung.com>
Tue, 10 Mar 2015 01:55:17 +0000 (10:55 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Thu, 19 Mar 2015 00:14:51 +0000 (17:14 -0700)
Correct names of test sets.

Change-Id: If7c660626bf26f76471931d925eda9f73f4eeb9d

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