1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 18:09:25 +08:00
Files
opencv_contrib/modules/text/test/test_main.cpp
Alexander Alekhin e1f01bafa0 text: add simple test
2016-11-29 23:26:00 +03:00

7 lines
152 B
C++

#include "test_precomp.hpp"
CV_TEST_MAIN("",
cvtest::addDataSearchSubDirectory("contrib"),
cvtest::addDataSearchSubDirectory("contrib/text")
)