mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
7 lines
166 B
Bash
7 lines
166 B
Bash
|
#! /bin/sh
|
||
|
if [ -n "${TESTDATA_DIR}" ] ; then
|
||
|
./opencv_test_core -d $TESTDATA_DIR/cxcore
|
||
|
else
|
||
|
./opencv_test_core -d $srcdir/../../opencv_extra/testdata/cxcore
|
||
|
fi
|