[TCM] Add config file for Tizen
authorSangjung Woo <sangjung.woo@samsung.com>
Wed, 12 Aug 2020 12:17:56 +0000 (21:17 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 13 Aug 2020 04:19:28 +0000 (13:19 +0900)
This patch newly add config_tizen.yaml file for Tizen. Existing
config.yaml is renamed to config_android.yaml.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
.ahub/tcchecker-tca/config_android.yaml [moved from .ahub/tcchecker-tca/config.yaml with 100% similarity]
.ahub/tcchecker-tca/config_tizen.yaml [new file with mode: 0644]

diff --git a/.ahub/tcchecker-tca/config_tizen.yaml b/.ahub/tcchecker-tca/config_tizen.yaml
new file mode 100644 (file)
index 0000000..3bc8d22
--- /dev/null
@@ -0,0 +1,28 @@
+version: 2
+test:
+  - name: GTEST_CPP_EXAMPLE
+    testCaseLanguage: CPP
+    testFW: GTEST
+    testCaseFolder:
+      - ./tests/
+  
+    testFile:
+      - extension: cc
+        starts:
+          - unittest
+    testCase:
+      - condition:
+        - functionName:
+            starts:
+              - 'TEST'
+    negativeTestCase:
+      - condition:
+        - testName:
+            ends:
+              - _n
+
+    positiveTestCase:
+      - condition:
+        - inverse: negativeTestCase