X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Frun.tests;h=5c3c9827d44be5dc86b635446942aaa93e9c3b7e;hb=c93352a5fa892a505dc3d04a651f59f1545e8251;hp=295c4bd745823b99e722cb7efa1fac5fd5aabdbd;hpb=6b080fa5b4ace29c97777bad38bbe44ce286ab47;p=platform%2Fupstream%2Ffribidi.git diff --git a/test/run.tests b/test/run.tests index 295c4bd..5c3c982 100755 --- a/test/run.tests +++ b/test/run.tests @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA # -# For licensing issues, contact and +# For licensing issues, contact and # . if test -z "$top_builddir"; then @@ -36,7 +36,7 @@ if test -z "$VERBOSE"; then exec > /dev/null 2>&1 fi -if ! test -f "$top_builddir/bin/fribidi"; then +if ! test -f "$top_builddir/bin/fribidi$EXEEXT"; then echo "run.tests: you must make fribidi first" exit 1 fi @@ -48,11 +48,11 @@ TEST () { charset="${testcase#*_}" charset="${charset%%_*}" echo -n "=== $test === " - if ! "$top_builddir/bin/fribidi" --charset "$charset" /dev/null 2>&1; then + if ! "$top_builddir/bin/fribidi$EXEEXT" --charset "$charset" /dev/null 2>&1; then echo " [Character set not supported]" return 0 fi - "$top_builddir/bin/fribidi" --test --charset "$charset" "$testcase" > "$test.output" + "$top_builddir/bin/fribidi$EXEEXT" --test --charset "$charset" "$testcase" > "$test.output" reference="${testcase%.input}.reference"; test -f "$reference" || reference="tests/${reference##*/}"