test: Add initial inference-engine-interface test code
authorInki Dae <inki.dae@samsung.com>
Fri, 28 Feb 2020 07:09:19 +0000 (16:09 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 14 Apr 2020 00:42:53 +0000 (09:42 +0900)
commitfa62cf91b70e87a0e19a33938eef96f1712bc704
treeac8de9267065c55a65764e32c7c6844d4708ec62
parent55c183c5292dd0b44106b80b6d189764b558f96d
test: Add initial inference-engine-interface test code

This patch adds google test based test code for interface-engine-interface
API verification.

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