Commit ddc58e76 authored by Alexander Alekhin's avatar Alexander Alekhin

dnn: extra testdata files from OPENCV_DNN_TEST_DATA_PATH env

parent fa94c160
#include "test_precomp.hpp"
CV_TEST_MAIN("")
static const char* extraTestDataPath =
#ifdef WINRT
NULL;
#else
getenv("OPENCV_DNN_TEST_DATA_PATH");
#endif
CV_TEST_MAIN("",
extraTestDataPath ? (void)cvtest::addDataSearchPath(extraTestDataPath) : (void)0
)
namespace cvtest
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment