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:
Bartosz Sochacki
2020-10-28 12:57:46 +01:00
committed by GitHub
parent 50645befb7
commit 9b4f499930
9 changed files with 112 additions and 1 deletions

View 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) {
}