(Automated Tests) Ensure we pick up all the tests
[platform/core/uifw/dali-toolkit.git] / automated-tests / scripts / retriever.sh
index 102bb44..ea75c43 100755 (executable)
@@ -29,9 +29,12 @@ function get_tc_files {
         flag = 1;
         next;
     }
+    /LIST\(APPEND TC_SOURCES/ {
+        flag = 1;
+        next;
+    }
     /\)/ {
-        if (flag == 1)
-            exit;
+        flag = 0;
     }
     !/^ *#/ {
         if (flag == 1) {