summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-03-16 15:21:52 -0700
committerTom Sepez <tsepez@chromium.org>2015-03-16 15:21:52 -0700
commitb29e12ac58aea7ca43d726e152770e7ea80ab54a (patch)
treede632bcb7ba870d7c67b574b200e6cab3f49a031 /DEPS
parenta7865e9c188242c2fc66d993ee4868decf214840 (diff)
downloadpdfium-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--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 6bde04d7e1..d70e756960 100644
--- a/DEPS
+++ b/DEPS
@@ -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",