Update to 2.0.0 tree from current Fremantle build
[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