mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
293 B
Python
12 lines
293 B
Python
# This is used by mozharness' mulet_unittest.py
|
|
config = {
|
|
# testsuite options
|
|
"reftest_options": [
|
|
"--mulet", "--profile=%(gaia_profile)s",
|
|
"--appname=%(application)s", "%(test_manifest)s"
|
|
],
|
|
"run_file_names": {
|
|
"reftest": "runreftestb2g.py",
|
|
},
|
|
}
|