[Tests/Utils] Separate common functions from test utils
authorDongju Chae <dongju.chae@samsung.com>
Mon, 24 May 2021 11:03:31 +0000 (20:03 +0900)
committer문지중/On-Device Lab(SR)/Principal Engineer/삼성전자 <jijoong.moon@samsung.com>
Tue, 25 May 2021 03:51:41 +0000 (12:51 +0900)
commit6e95c62167c56cd95f5c77195061c06045a4dc89
tree583aa537d62c7642136d46332b3eb5df9f9effa9
parentabe7dc5c2d73cb50f1d7ba011eed6625f59ecfa2
[Tests/Utils] Separate common functions from test utils

This patch separates common functions from test utils.
It will be useful for some tests without npu-engine dependencies.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
tests/utils/meson.build
tests/utils/ne_test_utils.cc
tests/utils/ne_test_utils.h
tests/utils/ne_test_utils_common.c [new file with mode: 0644]
tests/utils/ne_test_utils_common.h [new file with mode: 0644]