X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2FREADME.md;h=db217463ac101be314b55a590dac1e1b24e8b4a6;hp=8db6f2c7f2d71e25aab821157a456618d1a06d02;hb=f60d2ee843df1c81ea988c4a986e9168c905fcc9;hpb=214fe01378440e2ae1f953c61d68e2793184cc16 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