Skip to content

Commit

Permalink
[tcm] Add config.yaml
Browse files Browse the repository at this point in the history
Add config.yaml for tcm

**Self evaluation:**
1. Build test: [ ]Passed [ ]Failed [X]Skipped
2. Run test: [ ]Passed [ ]Failed [X]Skipped

Signed-off-by: Jihoon Lee <[email protected]>
  • Loading branch information
zhoonit authored and jijoongmoon committed Aug 25, 2020
1 parent c75f49e commit 43bac08
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .ahub/tcchecker-tca/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
test:
- name: NNTRAINER_GTEST
testCaseLanguage: CPP
testFW: GTEST
testCaseFolder:
- ./test/tizen_capi
- ./test/unittest

testFile:
- extension: cpp
any: true

testCase:
- condition:
- functionName:
starts:
- 'TEST'

negativeTestCase:
- condition:
- testName:
ends:
- _n

positiveTestCase:
- condition:
- inverse: negativeTestCase

0 comments on commit 43bac08

Please sign in to comment.