aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/testing/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'cast/sender/testing/DEPS')
-rw-r--r--cast/sender/testing/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/cast/sender/testing/DEPS b/cast/sender/testing/DEPS
new file mode 100644
index 00000000..99039c59
--- /dev/null
+++ b/cast/sender/testing/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ # Sender tests can use receiver code for simulation/validation.
+ '+cast/receiver',
+]