Fix win32 testing

This commit is contained in:
Behdad Esfahbod 2013-10-28 20:44:03 +01:00
parent dce79c2bd7
commit b9d0077ac1
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ CLEANFILES += \
TESTS = tests/context-matching.tests
TESTS_ENVIRONMENT = \
EXEEXT="$(EXEEXT)" \
srcdir="$(srcdir)" \
builddir="$(builddir)" \
$(srcdir)/run-tests.sh \

View File

@ -4,7 +4,7 @@ test "x$srcdir" = x && srcdir=.
test "x$builddir" = x && builddir=.
test "x$top_builddir" = x && top_builddir=../..
hb_shape=$top_builddir/util/hb-shape
hb_shape=$top_builddir/util/hb-shape$EXEEXT
fails=0