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/TARGETS9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/end-to-end/gc/TARGETS b/test/end-to-end/gc/TARGETS
index e74e2761..91a9cd98 100644
--- a/test/end-to-end/gc/TARGETS
+++ b/test/end-to-end/gc/TARGETS
@@ -4,6 +4,13 @@
, "test": ["basic.sh"]
, "deps": [["end-to-end", "tool-under-test"]]
}
+, "compactification":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["compactification"]
+ , "test": ["compactification.sh"]
+ , "deps":
+ [["end-to-end", "tool-under-test"], ["end-to-end", "mr-tool-under-test"]]
+ }
, "export":
{ "type": ["@", "rules", "shell/test", "script"]
, "name": ["export"]
@@ -21,6 +28,6 @@
, "TESTS":
{ "type": "install"
, "tainted": ["test"]
- , "deps": ["basic", "export", "tc-deps"]
+ , "deps": ["basic", "compactification", "export", "tc-deps"]
}
}