Skip to content

Commit

Permalink
remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrono authored and dmitry-gorokhov committed May 4, 2021
1 parent bb48c19 commit 0cfbf6a
Show file tree
Hide file tree
Showing 102 changed files with 39 additions and 37,594 deletions.
18 changes: 9 additions & 9 deletions inference-engine/tests_deprecated/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ if (ENABLE_GAPI_TESTS)
add_subdirectory(fluid_preproc)
endif()

# if (ENABLE_FUNCTIONAL_TESTS)
# add_subdirectory(functional)
# endif()
if (ENABLE_FUNCTIONAL_TESTS)
add_subdirectory(functional)
endif()

# if (ENABLE_BEH_TESTS)
# add_subdirectory(behavior)
# endif()
if (ENABLE_BEH_TESTS)
add_subdirectory(behavior)
endif()

# if(ENABLE_TESTS)
# add_subdirectory(unit)
# endif()
if(ENABLE_TESTS)
add_subdirectory(unit)
endif()

This file was deleted.

4 changes: 4 additions & 0 deletions inference-engine/tests_deprecated/functional/mkldnn/dummy.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Copyright (C) 2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//

This file was deleted.

Loading

0 comments on commit 0cfbf6a

Please sign in to comment.