We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cab657 commit be0850bCopy full SHA for be0850b
modules/wechat_qrcode/perf/perf_main.cpp
@@ -4,7 +4,7 @@
4
#include "perf_precomp.hpp"
5
6
static
7
-void initTests()
+void initQRTests()
8
{
9
#ifdef HAVE_OPENCV_DNN
10
const char* extraTestDataPath =
@@ -18,5 +18,4 @@ void initTests()
18
#endif // HAVE_OPENCV_DNN
19
}
20
21
-CV_TEST_MAIN("cv", initTests())
22
-CV_PERF_TEST_MAIN(wechat_qrcode)
+CV_PERF_TEST_MAIN(wechat_qrcode, initQRTests())
0 commit comments