diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-03-16 15:21:52 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-03-16 15:21:52 -0700 |
commit | b29e12ac58aea7ca43d726e152770e7ea80ab54a (patch) | |
tree | de632bcb7ba870d7c67b574b200e6cab3f49a031 /DEPS | |
parent | a7865e9c188242c2fc66d993ee4868decf214840 (diff) | |
download | pdfium-b29e12ac58aea7ca43d726e152770e7ea80ab54a.tar.xz |
Pull our new test case repository via deps.
Add a run_corpus_tests.py script to run pdfium_test against
the corpus tree.
Note that this differs from the run_pixel_tests.py script,
since pre-processing is not required. I'll work on unifying
these in a subsequent CL.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1010833003
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ deps = { "build/gyp": "https://chromium.googlesource.com/external/gyp", + "testing/corpus": + "https://pdfium.googlesource.com/pdfium_tests", + "testing/gmock": "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f24565299976b936d1265cb6a271", |