opencv/modules/ts/misc
Roman Donchenko 5bb6949bd6 Fix running Java tests with run.py on everything other than Windows.
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.
2013-10-16 19:22:01 +04:00
..
chart.py add #/usr/bin/env python to all python files 2012-11-23 22:57:22 +04:00
color.py add #/usr/bin/env python to all python files 2012-11-23 22:57:22 +04:00
concatlogs.py add #/usr/bin/env python to all python files 2012-11-23 22:57:22 +04:00
perf_tests_timing.py Normalized file endings. 2013-08-21 18:59:25 +04:00
report.py Normalized file endings. 2013-08-21 18:59:25 +04:00
run.py Fix running Java tests with run.py on everything other than Windows. 2013-10-16 19:22:01 +04:00
summary.py Merge pull request #544 from AnnaKogan8:added-regressions-only-option 2013-02-28 00:38:47 +04:00
table_formatter.py Add option --with-score to summary.py to automatically classify speedups 2013-02-26 19:42:51 +04:00
testlog_parser.py Made the crude ability less crude. 2013-07-10 14:58:51 +04:00
xls-report.py xls-report.py: separated image width and height for easier analysis. 2013-08-07 13:43:03 +04:00