Skip to content

Commit be0850b

Browse files
author
Mariya Sinitsina
committed
fix data path
1 parent 2cab657 commit be0850b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/wechat_qrcode/perf/perf_main.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "perf_precomp.hpp"
55

66
static
7-
void initTests()
7+
void initQRTests()
88
{
99
#ifdef HAVE_OPENCV_DNN
1010
const char* extraTestDataPath =
@@ -18,5 +18,4 @@ void initTests()
1818
#endif // HAVE_OPENCV_DNN
1919
}
2020

21-
CV_TEST_MAIN("cv", initTests())
22-
CV_PERF_TEST_MAIN(wechat_qrcode)
21+
CV_PERF_TEST_MAIN(wechat_qrcode, initQRTests())

0 commit comments

Comments
 (0)