Update to 2.0.0 tree from current Fremantle build
[opencv] / tests / test_cv.sh
diff --git a/tests/test_cv.sh b/tests/test_cv.sh
new file mode 100755 (executable)
index 0000000..dec8477
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+if [ -n "${TESTDATA_DIR}" ] ; then
+  ./cvtest -d $TESTDATA_DIR/cv
+else
+  ./cvtest -d $srcdir/../../opencv_extra/testdata/cv
+fi