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
d696fac8
Commit
d696fac8
authored
Feb 26, 2015
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move cuda tests from core to cudaarithm
parent
57b8640a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
14 deletions
+4
-14
test_main.cpp
modules/core/test/test_main.cpp
+0
-10
test_buffer_pool.cpp
modules/cudaarithm/test/test_buffer_pool.cpp
+1
-1
test_gpumat.cpp
modules/cudaarithm/test/test_gpumat.cpp
+1
-1
test_opengl.cpp
modules/cudaarithm/test/test_opengl.cpp
+1
-1
test_stream.cpp
modules/cudaarithm/test/test_stream.cpp
+1
-1
No files found.
modules/core/test/test_main.cpp
View file @
d696fac8
...
...
@@ -7,14 +7,4 @@
#include "test_precomp.hpp"
#ifndef HAVE_CUDA
CV_TEST_MAIN
(
"cv"
)
#else
#include "opencv2/ts/cuda_test.hpp"
CV_CUDA_TEST_MAIN
(
"cv"
)
#endif
modules/c
ore/test/cuda
/test_buffer_pool.cpp
→
modules/c
udaarithm/test
/test_buffer_pool.cpp
View file @
d696fac8
...
...
@@ -40,7 +40,7 @@
//
//M*/
#include "
../
test_precomp.hpp"
#include "test_precomp.hpp"
#ifdef HAVE_CUDA
...
...
modules/c
ore/test/cuda
/test_gpumat.cpp
→
modules/c
udaarithm/test
/test_gpumat.cpp
View file @
d696fac8
...
...
@@ -40,7 +40,7 @@
//
//M*/
#include "
../
test_precomp.hpp"
#include "test_precomp.hpp"
#ifdef HAVE_CUDA
...
...
modules/c
ore/test/cuda
/test_opengl.cpp
→
modules/c
udaarithm/test
/test_opengl.cpp
View file @
d696fac8
...
...
@@ -40,7 +40,7 @@
//
//M*/
#include "
../
test_precomp.hpp"
#include "test_precomp.hpp"
#if defined(HAVE_CUDA) && defined(HAVE_OPENGL)
...
...
modules/c
ore/test/cuda
/test_stream.cpp
→
modules/c
udaarithm/test
/test_stream.cpp
View file @
d696fac8
...
...
@@ -40,7 +40,7 @@
//
//M*/
#include "
../
test_precomp.hpp"
#include "test_precomp.hpp"
#ifdef HAVE_CUDA
...
...
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