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/TARGETS11
1 files changed, 10 insertions, 1 deletions
diff --git a/test/end-to-end/built-in-rules/TARGETS b/test/end-to-end/built-in-rules/TARGETS
index 4991c5c3..0f9b7a5a 100644
--- a/test/end-to-end/built-in-rules/TARGETS
+++ b/test/end-to-end/built-in-rules/TARGETS
@@ -4,6 +4,15 @@
, "test": ["generic_out_dirs.sh"]
, "deps": [["test/end-to-end", "tool-under-test"]]
}
+, "filegen_config":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["filegen_config"]
+ , "test": ["filegen_config.sh"]
+ , "deps": [["test/end-to-end", "tool-under-test"]]
+ }
, "TESTS":
- {"type": "install", "tainted": ["test"], "deps": ["generic_out_dirs"]}
+ { "type": "install"
+ , "tainted": ["test"]
+ , "deps": ["generic_out_dirs", "filegen_config"]
+ }
}