Skip to content

Commit

Permalink
Moving the NPU test instantiaion to the OV repository
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanapetroaie committed May 29, 2024
1 parent 86e01aa commit c8a4132
Showing 1 changed file with 20 additions and 0 deletions.
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

0 comments on commit c8a4132

Please sign in to comment.