Downloaded and compiled OpenCV 3.0 gold with VS2013 without any problem. The new build created all necessary dlls and also _perf_.exe and _test_.exe files for testing. Regarding this, I have a couple of questions.
How can I run all perf_.exe and test_.exe? I couldn't find any way to do this so I simply made a batch file to run every test files and put their results into a text file. I wonder if this is a right way.
Looking at test results from _test_.exe files, most of tests passed but there are some (sometimes hundreds) tests failed. Is this normal? Considering these tests are unit tests, I think they should all pass. Does this mean my build has a problem?