summaryrefslogtreecommitdiff
path: root/test/end-to-end/built-in-rules/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/built-in-rules/TARGETS')
-rw-r--r--test/end-to-end/built-in-rules/TARGETS8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/end-to-end/built-in-rules/TARGETS b/test/end-to-end/built-in-rules/TARGETS
index 0f9b7a5a..5b507f9d 100644
--- a/test/end-to-end/built-in-rules/TARGETS
+++ b/test/end-to-end/built-in-rules/TARGETS
@@ -10,9 +10,15 @@
, "test": ["filegen_config.sh"]
, "deps": [["test/end-to-end", "tool-under-test"]]
}
+, "tree":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["tree"]
+ , "test": ["tree.sh"]
+ , "deps": [["test/end-to-end", "tool-under-test"]]
+ }
, "TESTS":
{ "type": "install"
, "tainted": ["test"]
- , "deps": ["generic_out_dirs", "filegen_config"]
+ , "deps": ["generic_out_dirs", "filegen_config", "tree"]
}
}