diff --git a/tests/gtests/graph/api/test_cpp_api_op.cpp b/tests/gtests/graph/api/test_cpp_api_op.cpp index b0f05894ed9..7a3687ce29a 100644 --- a/tests/gtests/graph/api/test_cpp_api_op.cpp +++ b/tests/gtests/graph/api/test_cpp_api_op.cpp @@ -1,5 +1,5 @@ /******************************************************************************* -* Copyright 2020-2024 Intel Corporation +* Copyright 2020-2025 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -114,6 +114,8 @@ TEST(APIOp, CreateAllOps) { op::kind::Select, op::kind::Pow, op::kind::GroupNorm, + op::kind::GenIndex, + op::kind::GreaterEqual }; // clang-format on