Extended test infrastructure to call per plugin configure function before running a test. The function allows to pass plugin specific configuration (#2731)
This commit is contained in:
8
docs/template_plugin/tests/functional/plugin_config.cpp
Normal file
8
docs/template_plugin/tests/functional/plugin_config.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright (C) 2020 Intel Corporation
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
#include "functional_test_utils/plugin_config.hpp"
|
||||
|
||||
void PreparePluginConfiguration(LayerTestsUtils::LayerTestsCommon* test) {
|
||||
}
|
||||
Reference in New Issue
Block a user