-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving the NPU test instantiaion to the OV repository
- Loading branch information
1 parent
86e01aa
commit c8a4132
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...unctional/shared_tests_instances/execution_graph_tests/duplicate_inputs_outputs_names.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright (C) 2018-2024 Intel Corporation | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// | ||
|
||
#include "execution_graph_tests/duplicate_inputs_outputs_names.hpp" | ||
|
||
#include "common/npu_test_env_cfg.hpp" | ||
#include "common/utils.hpp" | ||
#include "common_test_utils/test_constants.hpp" | ||
|
||
using namespace ExecutionGraphTests; | ||
|
||
namespace { | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_BehaviorTests, | ||
ExecGraphDuplicateInputsOutputsNames, | ||
::testing::Values(ov::test::utils::DEVICE_NPU), | ||
ov::test::utils::appendPlatformTypeTestName<ExecGraphDuplicateInputsOutputsNames>); | ||
|
||
} // namespace |