mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 04:12:52 +08:00
Merge pull request #14337 from alalek:ts_flush_stdout
This commit is contained in:
commit
ebe13a9613
@ -755,6 +755,7 @@ static uint64_t memory_usage_base_opencl = 0;
|
||||
|
||||
void testSetUp()
|
||||
{
|
||||
fflush(stdout); fflush(stderr);
|
||||
cv::ipp::setIppStatus(0);
|
||||
cv::theRNG().state = cvtest::param_seed;
|
||||
cv::setNumThreads(cvtest::testThreads);
|
||||
|
Loading…
Reference in New Issue
Block a user