Changed build directory to tizen
[platform/core/uifw/dali-toolkit.git] / automated-tests / execute.sh
index 3bd6b06..aedd933 100755 (executable)
@@ -11,9 +11,7 @@ function execute
 rm -f tct*core-tests.xml
 
 # Clean up old coverage data
-if [ -d ../build/slp ] ; then
-    rm -f ../build/slp/dali-core/.libs/*.gcda
-elif [ -d ../build/tizen ] ; then
+if [ -d ../build/tizen ] ; then
     rm -f ../build/tizen/dali-core/.libs/*.gcda
 fi