4 POTENTIAL_TESTS='testboundaries testcolor testboundaries_ucd'
9 for I in $POTENTIAL_TESTS
13 echo "WARNING: test program $I not found, not running"
17 if test x$GOOD = xyes; then
19 echo "WARNING: test program $I is not executable, not running"
24 if test x$GOOD = xyes; then
29 echo "Logging to $LOGFILE"
31 echo "Log file for Pango test programs." > $LOGFILE
33 echo "Tests are: "$TESTS >> $LOGFILE
38 echo $ECHO_N "Running test program \"$I\", please wait:$ECHO_C"
40 echo "Output of $I:" >> $LOGFILE
41 if ./$I >>$LOGFILE 2>&1; then
47 echo " Test failed: $I"
48 echo " See $LOGFILE for errors"
55 echo "All tests passed."