build: fix cuda tests

pull/7783/head
Alexander Alekhin 8 years ago
parent 4a095e4d66
commit 380cc520f3
  1. 4
      modules/cudaarithm/test/test_arithm.cpp

@ -46,6 +46,8 @@
using namespace cvtest;
namespace {
//////////////////////////////////////////////////////////////////////////////
// GEMM
@ -401,4 +403,6 @@ INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Convolve, testing::Combine(
#endif // HAVE_CUBLAS
} // namespace
#endif // HAVE_CUDA

Loading…
Cancel
Save