[UnitTest] Add a script to count positive/negative testcases
authorDongju Chae <dongju.chae@samsung.com>
Mon, 10 Aug 2020 07:30:36 +0000 (16:30 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Mon, 10 Aug 2020 09:46:40 +0000 (18:46 +0900)
commitf74a199068f84b7008a2a02691327f56140eee30
tree6cd83a81036fdfd11da933d3d9b8c81e0ee3c15a
parent999937dba3d04acb59cf8181ba01fc012d7efcef
[UnitTest] Add a script to count positive/negative testcases

This patch adds a script to count positive/negative testcases,
to easily keep track of the ratio of negative testcases.

It's executed when 'unit_test' flag is enabled in gbs build.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
packaging/npu-engine.spec
tests/count_test_cases.py [new file with mode: 0755]