HomeSort by relevance Sort by last modified time
    Searched refs:OPENCV_TEST_PATH (Results 1 - 2 of 2) sorted by null

  /external/opencv3/cmake/templates/
opencv_run_all_tests_android.sh.in 4 OPENCV_TEST_PATH=$BASE_DIR/@TEST_PATH@
9 echo "Tests are available for architectures: `ls -m ${OPENCV_TEST_PATH}`"
25 for t in "$OPENCV_TEST_PATH/$TARGET_ARCH/"opencv_test_* "$OPENCV_TEST_PATH/$TARGET_ARCH/"opencv_perf_*;
opencv_run_all_tests_unix.sh.in 54 OPENCV_TEST_PATH=@CMAKE_INSTALL_PREFIX@/@OPENCV_TEST_INSTALL_PATH@
64 for t in "$OPENCV_TEST_PATH/"opencv_test_* "$OPENCV_TEST_PATH/"opencv_perf_*;
103 cmd="py.test --junitxml $report \"$OPENCV_TEST_PATH\"/$t"

Completed in 63 milliseconds