summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 0e2e18d..91de90c 100644
--- a/DEPS
+++ b/DEPS
@@ -46,7 +46,8 @@ include_rules = [
# For now, we allow ICU to be included by specifying "unicode/...", although
# this should probably change.
- "+unicode"
+ "+unicode",
+ '+testing'
]