Skip to content

Commit

Permalink
Merge TCM configuration for AHub run (Samsung#6857)
Browse files Browse the repository at this point in the history
- Merge config.yaml for both compiler and runtime
- Rename test target as NN_Runtime and NN_Compiler

Signed-off-by: Sung-Jae Lee <[email protected]>
  • Loading branch information
lemmaa authored May 20, 2021
1 parent a72f185 commit dc554b1
Showing 1 changed file with 56 additions and 1 deletion.
57 changes: 56 additions & 1 deletion .ahub/tcchecker-tca/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
test:
- name: NN Runtime
- name: NN_Runtime
testCaseLanguage: CPP
testFW: GTEST
testCaseFolder:
Expand Down Expand Up @@ -41,3 +41,58 @@ test:
positiveTestCase:
- condition:
- inverse: negativeTestCase

- name: NN_Compiler
testCaseLanguage: CPP
testFW: GTEST
testCaseFolder:
- /compiler/angkor
- /compiler/arser
- /compiler/circle2circle
- /compiler/circle-quantizer
- /compiler/crew
- /compiler/cwrap
- /compiler/foder
- /compiler/hermes
- /compiler/hermes-std
- /compiler/loco
- /compiler/locomotiv
- /compiler/locop
- /compiler/logo
- /compiler/logo-core
- /compiler/luci
- /compiler/luci-interpreter
- /compiler/luci-eval-driver
- /compiler/luci-pass-value-test
- /compiler/luci-value-test
- /compiler/mio-circle
- /compiler/mio-tflite
- /compiler/oops
- /compiler/pepper-assert
- /compiler/pepper-str
- /compiler/pepper-strcast
- /compiler/pp
- /compiler/record-minmax
- /compiler/safemain
- /compiler/souschef
- /compiler/tflite2circle

testFile:
- extension: .test.cpp
any: true

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

negativeTestCase:
- condition:
- testName:
ends:
- _NEG

positiveTestCase:
- condition:
- inverse: negativeTestCase

0 comments on commit dc554b1

Please sign in to comment.