From 174a93290026d363093b0f869f31882624dfa56f Mon Sep 17 00:00:00 2001 From: Inki Dae Date: Wed, 8 Apr 2020 14:14:59 +0900 Subject: [PATCH] test: fix build error Change-Id: I70daccb7a0e0bffecd760b0e8741996b8098c61c Signed-off-by: Inki Dae --- test/src/inference_engine_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/inference_engine_test.cpp b/test/src/inference_engine_test.cpp index 82c386f..416ec0d 100644 --- a/test/src/inference_engine_test.cpp +++ b/test/src/inference_engine_test.cpp @@ -869,7 +869,7 @@ INSTANTIATE_TEST_CASE_P(Prefix, InferenceEngineCommonTest, ParamType("tflite", INFERENCE_TARGET_CPU), ParamType("tflite", INFERENCE_TARGET_GPU), // DLDT. - ParamType("dldt", INFERENCE_TARGET_CUSTOM) + ParamType("dldt", INFERENCE_TARGET_CUSTOM), // OPENCV. ParamType("opencv", INFERENCE_TARGET_CPU), ParamType("opencv", INFERENCE_TARGET_GPU) -- 2.7.4