Make tests run on Windows

This commit is contained in:
Behdad Esfahbod 2012-12-31 17:21:07 -06:00
parent b1630dc00e
commit 6bfef3ca4e
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
check_SCRIPTS=run-test.sh
TESTS_ENVIRONMENT=src=${srcdir} sh
TESTS_ENVIRONMENT=src=${srcdir} EXEEXT=${EXEEXT} sh
TESTS=run-test.sh
TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in

View File

@ -6,8 +6,8 @@ CACHEDIR=`pwd`/cache.dir
ECHO=true
FCLIST=../fc-list/fc-list
FCCACHE=../fc-cache/fc-cache
FCLIST=../fc-list/fc-list$EXEEXT
FCCACHE=../fc-cache/fc-cache$EXEEXT
FONT1=$TESTDIR/4x6.pcf
FONT2=$TESTDIR/8x16.pcf