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
1c3c94fd
Commit
1c3c94fd
authored
Sep 29, 2014
by
Alexander Smorkalov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude OpenCL tests from default test list for Android as they are experimental.
parent
45a1063c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
opencv_run_all_tests_android.sh.in
cmake/templates/opencv_run_all_tests_android.sh.in
+4
-1
No files found.
cmake/templates/opencv_run_all_tests_android.sh.in
View file @
1c3c94fd
...
...
@@ -18,11 +18,14 @@ if [ -z `which adb` ]; then
return
1
fi
accuracy
=
`
find
"
$OPENCV_TEST_PATH
/
$TARGET_ARCH
"
-maxdepth
1
-executable
-name
"opencv_test_*"
-not
-name
opencv_test_ocl
`
performance
=
`
find
"
$OPENCV_TEST_PATH
/
$TARGET_ARCH
"
-maxdepth
1
-executable
-name
"opencv_perf_*"
-not
-name
opencv_perf_ocl
`
adb push
$OPENCV_TEST_DATA_PATH
/sdcard/opencv_testdata
adb shell
"mkdir -p /data/local/tmp/opencv_test"
SUMMARY_STATUS
=
0
for
t
in
"
$OPENCV_TEST_PATH
/
$TARGET_ARCH
/"
opencv_test_
*
"
$OPENCV_TEST_PATH
/
$TARGET_ARCH
/"
opencv_perf_
*
;
for
t
in
$accuracy
$performance
;
do
test_name
=
`
basename
"
$t
"
`
report
=
"
$test_name
-
`
date
--rfc-3339
=
date
`
.xml"
...
...
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