mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +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
|