Skip to content

Commit 4c3af23

Browse files
author
AleksandrPanov
committed
add empty PERF_TEST_MAIN(aruco)
1 parent c02d6fd commit 4c3af23

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

modules/aruco/perf/perf_main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "perf_precomp.hpp"
2+
3+
CV_PERF_TEST_MAIN(aruco)

modules/aruco/perf/perf_precomp.hpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// This file is part of OpenCV project.
2+
// It is subject to the license terms in the LICENSE file found in the top-level directory
3+
// of this distribution and at http://opencv.org/license.html
4+
#ifndef __OPENCV_PERF_PRECOMP_HPP__
5+
#define __OPENCV_PERF_PRECOMP_HPP__
6+
7+
#include "opencv2/ts.hpp"
8+
9+
#endif

0 commit comments

Comments
 (0)