summaryrefslogtreecommitdiff
path: root/.ahub
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2020-12-14 14:43:04 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2020-12-14 14:43:04 +0900
commit12d88feea8573f8490629cf62fc342b152e57d65 (patch)
tree3c734cc4d629834d2d523f4575ef84cd64684e57 /.ahub
parentd6b371e095d737922187a518b8faba1ef6f3a2b1 (diff)
downloadnnfw-12d88feea8573f8490629cf62fc342b152e57d65.tar.gz
nnfw-12d88feea8573f8490629cf62fc342b152e57d65.tar.bz2
nnfw-12d88feea8573f8490629cf62fc342b152e57d65.zip
Imported Upstream version 1.11.0upstream/1.11.0
Diffstat (limited to '.ahub')
-rw-r--r--.ahub/tcchecker-tca/config.yaml43
1 files changed, 43 insertions, 0 deletions
diff --git a/.ahub/tcchecker-tca/config.yaml b/.ahub/tcchecker-tca/config.yaml
new file mode 100644
index 000000000..cd34d792f
--- /dev/null
+++ b/.ahub/tcchecker-tca/config.yaml
@@ -0,0 +1,43 @@
+version: 2
+test:
+ - name: NN Runtime
+ testCaseLanguage: CPP
+ testFW: GTEST
+ testCaseFolder:
+ - ./compute/test/cker
+ - ./runtime/onert/core/src/backend/cpu_common
+ - ./runtime/onert/frontend/nnapi
+ - ./runtime/onert/test/core/compiler
+ - ./runtime/onert/test/core/exec
+ - ./runtime/onert/test/core/interp
+ - ./runtime/onert/test/graph
+ - ./runtime/onert/test/graph/operand
+ - ./runtime/onert/test/graph/operation
+ - ./runtime/onert/test/graph/verifier
+ - ./runtime/onert/test/ir
+ - ./runtime/onert/test/util
+ - ./tests/nnapi/src
+ - ./tests/nnfw_api/src
+ - ./tests/tools/tflite_run/src
+
+ testFile:
+ - extension: cpp
+ any: true
+ - extension: cc
+ any: true
+
+ testCase:
+ - condition:
+ - functionName:
+ starts:
+ - TEST
+
+ negativeTestCase:
+ - condition:
+ - testName:
+ starts:
+ - neg_
+
+ positiveTestCase:
+ - condition:
+ - inverse: negativeTestCase