hopefully, the last test failures are fixed now

This commit is contained in:
Vadim Pisarevsky 2013-10-24 23:31:00 +04:00
parent 5920bd4f2e
commit ace0d4bad0

View File

@ -99,7 +99,8 @@ PERF_TEST_P(Size_Source, calcHist3d,
SANITY_CHECK(hist);
}
PERF_TEST_P(TestMatSize, equalizeHist,
#define MatSize TestMatSize
PERF_TEST_P(MatSize, equalizeHist,
testing::Values(TYPICAL_MAT_SIZES)
)
{
@ -115,6 +116,7 @@ PERF_TEST_P(TestMatSize, equalizeHist,
SANITY_CHECK(destination);
}
#undef MatSize
typedef tr1::tuple<Size, double> Sz_ClipLimit_t;
typedef TestBaseWithParam<Sz_ClipLimit_t> Sz_ClipLimit;