8946718c20d774d0c061c1e6581424ef2baaa637
[opencv] / tests / test_cxcore.sh
1 #! /bin/sh
2 if [ -n "${TESTDATA_DIR}" ] ; then
3   ./cxcoretest -d $TESTDATA_DIR/cxcore
4 else
5   ./cxcoretest -d $srcdir/../../opencv_extra/testdata/cxcore
6 fi