Fix the library search path in "dali-toolkit.pc"
[platform/core/uifw/dali-toolkit.git] / automated-tests / coverage.sh
index 98131bf..e6106ef 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-( cd ../build/slp ; make cov_data )
+( cd ../build/tizen ; make cov_data )
 
 
 for i in `find . -name "*.dir"` ; do
@@ -18,7 +18,7 @@ done
 
 (
     cd .. ;
-    genhtml -o build/slp/doc/coverage `find . -name dali.info`
+    genhtml -o build/tizen/doc/coverage `find . -name dali.info`
 )
 
-echo "Coverage output: ../build/slp/doc/coverage/index.html"
+echo "Coverage output: ../build/tizen/doc/coverage/index.html"