mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 07:38:07 +02:00
Enables some unit tests on travis.
This commit is contained in:
parent
049d7fa277
commit
c45300e06c
3 changed files with 34 additions and 2 deletions
18
test/unit/clitests.json
Normal file
18
test/unit/clitests.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"spec_dir": "test/unit",
|
||||
"spec_files": [
|
||||
"cff_parser_spec.js",
|
||||
"crypto_spec.js",
|
||||
"dom_utils_spec.js",
|
||||
"evaluator_spec.js",
|
||||
"fonts_spec.js",
|
||||
"function_spec.js",
|
||||
"murmurhash3_spec.js",
|
||||
"parser_spec.js",
|
||||
"primitives_spec.js",
|
||||
"stream_spec.js",
|
||||
"type1_parser_spec.js",
|
||||
"unicode_spec.js",
|
||||
"util_spec.js"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue