mirror of
https://github.com/opencv/opencv.git
synced 2025-01-13 00:01:27 +08:00
Absolute path to tests in opencv_run_app_tests.sh fixed.
(cherry picked from commit 530702c5f2
)
This commit is contained in:
parent
215f78eee2
commit
bc653add74
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user