Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
2992e3a1
Commit
2992e3a1
authored
Sep 19, 2014
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed android test detection and some spaces in CMakeLists.txt
parent
cff5e3ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
CMakeLists.txt
modules/java/android_test/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
2992e3a1
...
...
@@ -1044,7 +1044,7 @@ if(NOT ANDROID)
status
(
" JNI:"
JNI_INCLUDE_DIRS THEN
"
${
JNI_INCLUDE_DIRS
}
"
ELSE NO
)
endif
()
status
(
" Java wrappers:"
HAVE_opencv_java THEN YES ELSE NO
)
status
(
" Java tests:"
BUILD_TESTS AND opencv_test_java_BINARY_DIR
THEN YES ELSE NO
)
status
(
" Java tests:"
BUILD_TESTS AND opencv_test_java_BINARY_DIR THEN YES ELSE NO
)
# ========================= matlab =========================
status
(
""
)
...
...
modules/java/android_test/CMakeLists.txt
View file @
2992e3a1
# list of modules covered with tests
set
(
tested_modules opencv_calib3d opencv_core opencv_features2d opencv_highgui opencv_imgproc opencv_objdetect opencv_photo opencv_video
opencv_android
)
set
(
tested_modules opencv_calib3d opencv_core opencv_features2d opencv_highgui opencv_imgproc opencv_objdetect opencv_photo opencv_video
)
# opencv_ml is broken
#list(APPEND tested_modules opencv_ml)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment