Searched refs:testdata (Results 1 – 2 of 2) sorted by relevance
59 if test -f testdata/$from; then65 if test -s testdata/$from..$t; then76 LC_ALL=C cmp testdata/$from $temp2 > /dev/null 2>&1 ||87 $PROG -f $from -t $t testdata/suntzus < /dev/null |92 LC_ALL=C cmp testdata/suntzus $temp1 ||102 test -f testdata/$from &&106 testdata/$from < /dev/null > $temp1 ||110 if test -s testdata/$from..$t; then122 LC_ALL=C cmp testdata/$from $temp2 > /dev/null 2>&1 ||132 $PROG -f ASCII -t $to testdata/suntzus < /dev/null |[all …]
41 struct testdata { struct49 struct testdata tests[4] = { argument65 check_conversion (struct testdata test) in check_conversion()144 for (int i = 0; i < (sizeof (tests) / sizeof (struct testdata)); i++) in do_test()
Completed in 5 milliseconds