1. 16 Oct, 2013 2 commits
    • 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
    • Roman Donchenko's avatar
      bfdbc9ce
  2. 15 Oct, 2013 9 commits
  3. 14 Oct, 2013 8 commits
  4. 13 Oct, 2013 3 commits
  5. 12 Oct, 2013 8 commits
  6. 11 Oct, 2013 10 commits