Lines Matching refs:tests
5 for i in $SRCDIR/tests/*.img.bz2
11 mkdir -p tests/tmp
16 RESULTS=$SRCDIR/tests/$i.results
17 IMAGE_BZ2=$SRCDIR/tests/$i.img.bz2
18 IMAGE=tests/tmp/$i.img.$$
36 RES_TMP=$SRCDIR/tests/tmp/$i.results
44 eval ./tst_probe $IMAGE $RMUUID > tests/$i.out
45 rm -f $IMAGE tests/$i.ok tests/$i.failed
46 cmp -s tests/$i.out $RESULTS
50 touch tests/$i.ok
53 diff -c tests/$i.out $RESULTS > tests/$i.failed
57 num_ok=`ls tests/*.ok 2>/dev/null | wc -l`
58 num_failed=`ls tests/*.failed 2>/dev/null | wc -l`
60 echo "$num_ok tests succeeded $num_failed tests failed"