From: Yoonsang Lee Date: Tue, 10 Mar 2015 01:55:17 +0000 (+0900) Subject: Update README.md for automated-tests X-Git-Tag: accepted/tizen/mobile/20150419.232751~1^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=3067f81846d9bbbb7785fcfbe6e56b68a10f1429;ds=sidebyside Update README.md for automated-tests Correct names of test sets. Change-Id: If7c660626bf26f76471931d925eda9f73f4eeb9d --- diff --git a/automated-tests/README.md b/automated-tests/README.md index 8db6f2c..db21746 100644 --- a/automated-tests/README.md +++ b/automated-tests/README.md @@ -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