Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / .ahub / tcchecker-tca / config.yaml
1 version: 2
2 test:
3   - name: NN Runtime
4     testCaseLanguage: CPP
5     testFW: GTEST
6     testCaseFolder:
7       - ./compute/test/cker
8       - ./runtime/onert/core/src/backend/cpu_common
9       - ./runtime/onert/frontend/nnapi
10       - ./runtime/onert/test/core/compiler
11       - ./runtime/onert/test/core/exec
12       - ./runtime/onert/test/core/interp
13       - ./runtime/onert/test/graph
14       - ./runtime/onert/test/graph/operand
15       - ./runtime/onert/test/graph/operation
16       - ./runtime/onert/test/graph/verifier
17       - ./runtime/onert/test/ir
18       - ./runtime/onert/test/util
19       - ./tests/nnapi/src
20       - ./tests/nnfw_api/src
21       - ./tests/tools/tflite_run/src
22
23     testFile:
24       - extension: cpp
25         any: true
26       - extension: cc
27         any: true
28
29     testCase:
30       - condition:
31         - functionName:
32             starts:
33               - TEST
34  
35     negativeTestCase:
36       - condition:
37         - testName:
38             starts:
39               - neg_
40
41     positiveTestCase:
42       - condition:
43         - inverse: negativeTestCase