1
0
Fork 0
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:
Yury Delendik 2017-01-09 15:43:45 -06:00
parent 049d7fa277
commit c45300e06c
3 changed files with 34 additions and 2 deletions

18
test/unit/clitests.json Normal file
View 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"
]
}