Absolute path to tests in opencv_run_app_tests.sh fixed.

(cherry picked from commit 530702c5f2)
This commit is contained in:
Alexander Smorkalov 2014-02-06 12:35:14 +04:00
parent 215f78eee2
commit bc653add74

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
OPENCV_TEST_PATH=@OPENCV_TEST_INSTALL_PATH@ OPENCV_TEST_PATH=@CMAKE_INSTALL_PREFIX@/@OPENCV_TEST_INSTALL_PATH@
export OPENCV_TEST_DATA_PATH=@CMAKE_INSTALL_PREFIX@/share/OpenCV/testdata export OPENCV_TEST_DATA_PATH=@CMAKE_INSTALL_PREFIX@/share/OpenCV/testdata
SUMMARY_STATUS=0 SUMMARY_STATUS=0