mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Use paths to binaries for Mac in unit test makefile.
This commit is contained in:
parent
168e5db2fd
commit
0e46928f36
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
# Fetch the paths to browsers that are going to be used in testing.
|
# Fetch the paths to browsers that are going to be used in testing.
|
||||||
MANIFEST=../resources/browser_manifests/browser_manifest.json
|
MANIFEST=../resources/browser_manifests/browser_manifest.json
|
||||||
BROWSERS=$(shell echo `sed -n 's/.*"path":\(.*\)/\1,/p' $(MANIFEST) | tr -d '\n'`)
|
BROWSERS=$(shell echo `sed -n 's/.*"path":\(.*\)/\1,/p' $(MANIFEST) | tr -d '\n' | \
|
||||||
|
sed 's/\(Google Chrome\.app\)/\1\/Contents\/MacOS\/Google Chrome/' | \
|
||||||
|
sed 's/\(Firefox[ Beta]*\.app\)/\1\/Contents\/MacOS\/firefox-bin/' \
|
||||||
|
`)
|
||||||
|
|
||||||
# Command to invoke the unit test.
|
# Command to invoke the unit test.
|
||||||
PROG=java \
|
PROG=java \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue