test: avoid code from duplicated 79/232179/1
authorInki Dae <inki.dae@samsung.com>
Wed, 29 Apr 2020 03:09:06 +0000 (12:09 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 29 Apr 2020 03:09:06 +0000 (12:09 +0900)
commitc22bb18a27e5d4cea682cb8daac92d0c04eb6298
treebd0f1761c6a6c8d0224f49b7a3ab7a5ebeb79f12
parent8aae3a7bd8c8c043739532a507f67dcc5bf14660
test: avoid code from duplicated

This patch moves common code from test files to
a new file, inference_enigne_test_common.cpp, to avoid
code from duplicated.

Change-Id: Id516b91298bc9fbef779d6568de449b9538ecba6
Signed-off-by: Inki Dae <inki.dae@samsung.com>
test/src/CMakeLists.txt
test/src/inference_engine_tc.cpp
test/src/inference_engine_test.cpp
test/src/inference_engine_test_common.cpp [new file with mode: 0644]
test/src/inference_engine_test_common.h [new file with mode: 0644]