Update to 2.0.0 tree from current Fremantle build
[opencv] / tests / test_cv.sh
1 #! /bin/sh
2 if [ -n "${TESTDATA_DIR}" ] ; then
3   ./cvtest -d $TESTDATA_DIR/cv
4 else
5   ./cvtest -d $srcdir/../../opencv_extra/testdata/cv
6 fi