From 3067f81846d9bbbb7785fcfbe6e56b68a10f1429 Mon Sep 17 00:00:00 2001 From: Yoonsang Lee Date: Tue, 10 Mar 2015 10:55:17 +0900 Subject: [PATCH] Update README.md for automated-tests Correct names of test sets. Change-Id: If7c660626bf26f76471931d925eda9f73f4eeb9d --- automated-tests/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4