File: test_ml.sh

package info (click to toggle)
opencv 2.1.0-3%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 68,800 kB
  • ctags: 52,010
  • sloc: cpp: 554,793; xml: 475,942; ansic: 153,396; python: 18,622; sh: 428; makefile: 111
file content (6 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download
1
2
3
4
5
6
#! /bin/sh
if [ -n "${TESTDATA_DIR}" ] ; then
  ./mltest -d $TESTDATA_DIR/ml
else
  ./mltest -d $srcdir/../../opencv_extra/testdata/ml
fi