summaryrefslogtreecommitdiff
path: root/test/end-to-end/gc/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/gc/TARGETS')
-rw-r--r--test/end-to-end/gc/TARGETS12
1 files changed, 11 insertions, 1 deletions
diff --git a/test/end-to-end/gc/TARGETS b/test/end-to-end/gc/TARGETS
index b80714cf..e74e2761 100644
--- a/test/end-to-end/gc/TARGETS
+++ b/test/end-to-end/gc/TARGETS
@@ -11,6 +11,16 @@
, "deps":
[["end-to-end", "tool-under-test"], ["end-to-end", "mr-tool-under-test"]]
}
+, "tc-deps":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["tc-deps"]
+ , "test": ["tc-deps.sh"]
+ , "deps":
+ [["end-to-end", "tool-under-test"], ["end-to-end", "mr-tool-under-test"]]
+ }
, "TESTS":
- {"type": "install", "tainted": ["test"], "deps": ["basic", "export"]}
+ { "type": "install"
+ , "tainted": ["test"]
+ , "deps": ["basic", "export", "tc-deps"]
+ }
}