test_main.cpp 152 Bytes
Newer Older
1 2 3 4 5 6
#include "test_precomp.hpp"

CV_TEST_MAIN("",
    cvtest::addDataSearchSubDirectory("contrib"),
    cvtest::addDataSearchSubDirectory("contrib/text")
)