• Roman Donchenko's avatar
    Fix running Java tests with run.py on everything other than Windows. · 5bb6949b
    Roman Donchenko authored
    Previously, run.py would assume that the opencv_java library is in the
    same directory as the tests, which is only true on Windows.
    
    The library path depends on the build configuration, which may not be
    known until the actual build (e.g. with the Visual Studio generators),
    so it can't be stored in the CMake cache for run.py to read. I didn't
    want to hardcode into run.py where the library is on each platform,
    either. So that's why I used the current scheme with the properties
    file. It also makes running the tests without run.py a little easier.
    5bb6949b
Name
Last commit
Last update
..
androidcamera Loading commit data...
calib3d Loading commit data...
contrib Loading commit data...
core Loading commit data...
features2d Loading commit data...
flann Loading commit data...
gpu Loading commit data...
highgui Loading commit data...
imgproc Loading commit data...
java Loading commit data...
legacy Loading commit data...
ml Loading commit data...
nonfree Loading commit data...
objdetect Loading commit data...
ocl Loading commit data...
photo Loading commit data...
python Loading commit data...
stitching Loading commit data...
superres Loading commit data...
ts Loading commit data...
video Loading commit data...
videostab Loading commit data...
world Loading commit data...
CMakeLists.txt Loading commit data...
refman.rst.in Loading commit data...