Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / .ahub / tcchecker-tca / config.yaml
1 version: 2
2 test:
3   - name: NN Compiler
4     testCaseLanguage: CPP
5     testFW: GTEST
6     testCaseFolder:
7       - ./angkor
8       - ./arser
9       - ./circle2circle
10       - ./circle-quantizer
11       - ./cwrap
12       - ./foder
13       - ./hermes
14       - ./hermes-std
15       - ./loco
16       - ./locomotiv
17       - ./locop
18       - ./logo
19       - ./logo-core
20       - ./luci
21       - ./luci-interpreter
22       - ./luci-value-test
23       - ./mio-circle
24       - ./mio-tflite
25       - ./oops
26       - ./pepper-assert
27       - ./pepper-str
28       - ./pepper-strcast
29       - ./pp
30       - ./record-minmax
31       - ./safemain
32       - ./souschef
33       - ./stdex
34       - ./tflite2circle
35
36     testFile:
37       - extension: .test.cpp
38         any: true
39
40     testCase:
41       - condition:
42         - functionName:
43             starts:
44               - TEST
45
46     negativeTestCase:
47       - condition:
48         - testName:
49             ends:
50               - _NEG
51
52     positiveTestCase:
53       - condition:
54         - inverse: negativeTestCase