]> git.parisson.com Git - pdf.js.git/commitdiff
Add unit test support for Google Chrome for Windows.
authorKalervo Kujala <kkujala@com>
Wed, 14 Dec 2011 22:55:00 +0000 (00:55 +0200)
committerKalervo Kujala <kkujala@com>
Wed, 14 Dec 2011 22:55:00 +0000 (00:55 +0200)
test/unit/Makefile

index 4f2e06afb3e7624b9e9757b1da17af6953609143..1e51642e3b97dd552922ba74ac3e04e71a90c690 100644 (file)
@@ -21,7 +21,7 @@ BROWSERS:=$(shell echo `\
   sed 's/\(Aurora\.app\)/\1\/Contents\/MacOS\/firefox-bin/' | \
   sed 's/\(Firefox[ Beta]*\.app\)/\1\/Contents\/MacOS\/firefox-bin/' | \
   sed "s|\(irefox[.exe\-bin]*\)\"|\1;$(FIREFOX_ARGS)\"|g" | \
-  sed "s|\(hrome*\)\"|\1;$(CHROME_ARGS)\"|g" \
+  sed "s|\(hrome[.exe]*\)\"|\1;$(CHROME_ARGS)\"|g" \
 `)
 
 # This is the command to invoke the unit test.