]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
temporarily exclude calonder test from build
authorvp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Wed, 17 Mar 2010 22:28:04 +0000 (22:28 +0000)
committervp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Wed, 17 Mar 2010 22:28:04 +0000 (22:28 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@2845 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/tests/cv/src/acalonder.cpp

index e0294effd1241a97fab84f3cb85bc26e5c772b48..d10ed17a7822e1de93259c25bcd2e1ec57ff55a0 100644 (file)
@@ -41,6 +41,9 @@
 //M*/
 
 #include "cvtest.h"
+
+#if 0
+
 #include "highgui.h"
 #include <vector>
 #include <string>
@@ -689,3 +692,5 @@ void CV_CalonderTest::run( int /* start_from */)
 }
 
 CV_CalonderTest calonder_test;
+
+#endif