move cuda tests from core to cudaarithm

pull/3764/head
Vladislav Vinogradov 10 years ago
parent 57b8640a76
commit d696fac8b8
  1. 10
      modules/core/test/test_main.cpp
  2. 2
      modules/cudaarithm/test/test_buffer_pool.cpp
  3. 2
      modules/cudaarithm/test/test_gpumat.cpp
  4. 2
      modules/cudaarithm/test/test_opengl.cpp
  5. 2
      modules/cudaarithm/test/test_stream.cpp

@ -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

@ -40,7 +40,7 @@
//
//M*/
#include "../test_precomp.hpp"
#include "test_precomp.hpp"
#ifdef HAVE_CUDA

@ -40,7 +40,7 @@
//
//M*/
#include "../test_precomp.hpp"
#include "test_precomp.hpp"
#ifdef HAVE_CUDA

@ -40,7 +40,7 @@
//
//M*/
#include "../test_precomp.hpp"
#include "test_precomp.hpp"
#if defined(HAVE_CUDA) && defined(HAVE_OPENGL)

@ -40,7 +40,7 @@
//
//M*/
#include "../test_precomp.hpp"
#include "test_precomp.hpp"
#ifdef HAVE_CUDA
Loading…
Cancel
Save