Skip to content

Commit d03a017

Browse files
enpemeta-codesync[bot]
authored andcommitted
Remove Ocean testopencv test module
Summary: Removes the Ocean `testopencv` test module and all of its references. This module provided OpenCV-based comparison tests for various Ocean CV components but is being deleted in its entirety. Removed directories: - `xplat/ocean/impl/ocean/test/testcv/testopencv` — the `testopencv` library and `testopencv_gtest_0..4` test targets (CMake targets `ocean_test_testcv_testopencv` and `ocean_test_testcv_testopencv_gtest`) - `xplat/ocean/impl/application/ocean/test/cv/testcv/testopencv` — the `testopencv` application binary plus its Android/iOS variants (CMake target `application_ocean_test_cv_testcv_testopencv`) - `xplat/ocean/res/application/ocean/test/cv/testcv/testopencv` — the Android/iOS resource targets consumed only by the application above - `xplat/ocean/build/xcode/macos/ocean/test/testcv/testopencv` — the generated, now-orphaned Xcode project for the module (not referenced by the top-level `macos.xcworkspace`) Updated references: - Dropped `add_subdirectory(testopencv)` from `xplat/ocean/impl/ocean/test/testcv/CMakeLists.txt` - Dropped `add_subdirectory(testopencv)` from `xplat/ocean/impl/application/ocean/test/cv/testcv/CMakeLists.txt` The surviving `testcv` library and application targets did not depend on `testopencv`, and the only Buck consumer of the deleted library/resource targets was the deleted application BUCK file, so no other build targets reference the removed module. Reviewed By: janherlingmeta Differential Revision: D109898409 fbshipit-source-id: 6105bd88e927e3876c1af2975a378d8dd2d75a86
1 parent 01c378e commit d03a017

61 files changed

Lines changed: 0 additions & 9098 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/xcode/macos/ocean/test/testcv/testopencv/testopencv.xcodeproj/project.pbxproj

Lines changed: 0 additions & 727 deletions
This file was deleted.

build/xcode/macos/ocean/test/testcv/testopencv/testopencv.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

build/xcode/macos/ocean/test/testcv/testopencv/testopencv.xcodeproj/xcshareddata/xcschemes/testopencv_arm64_Static_Debug.xcscheme

Lines changed: 0 additions & 80 deletions
This file was deleted.

build/xcode/macos/ocean/test/testcv/testopencv/testopencv.xcodeproj/xcshareddata/xcschemes/testopencv_arm64_Static_Release.xcscheme

Lines changed: 0 additions & 80 deletions
This file was deleted.

build/xcode/macos/ocean/test/testcv/testopencv/testopencv.xcodeproj/xcshareddata/xcschemes/testopencv_x64_Static_Debug.xcscheme

Lines changed: 0 additions & 80 deletions
This file was deleted.

build/xcode/macos/ocean/test/testcv/testopencv/testopencv.xcodeproj/xcshareddata/xcschemes/testopencv_x64_Static_Release.xcscheme

Lines changed: 0 additions & 80 deletions
This file was deleted.

impl/application/ocean/test/cv/testcv/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cmake_minimum_required(VERSION 3.26)
77

88
add_subdirectory(testadvanced)
99
add_subdirectory(testdetector)
10-
add_subdirectory(testopencv)
1110
add_subdirectory(testsegmentation)
1211
add_subdirectory(testsynthesis)
1312

impl/application/ocean/test/cv/testcv/testopencv/CMakeLists.txt

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)