4 top_srcdir
="@top_srcdir@"
7 for i
in "$top_srcdir"/tests
/iscc
/count
/*; do
9 for options
in '--index=10' '--primal --index=10'; do
10 for spec
in 'random' 'bf' 'df' 'todd'; do
11 opt
="--specialization=$spec $options";
13 .
/iscc
$EXEEXT $opt < $i;
14 if test "$?" -ne "0"; then
15 failed
=`expr $failed + 1`;
24 if test $failed != 0; then
25 echo "$failed tests failed";