diff options
Diffstat (limited to 'test/end-to-end/generated-binary/TARGETS')
-rw-r--r-- | test/end-to-end/generated-binary/TARGETS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/end-to-end/generated-binary/TARGETS b/test/end-to-end/generated-binary/TARGETS index 2f9164e9..e19f97f3 100644 --- a/test/end-to-end/generated-binary/TARGETS +++ b/test/end-to-end/generated-binary/TARGETS @@ -5,5 +5,15 @@ , "keep": ["out/out.txt"] , "deps": [["test/end-to-end", "tool-under-test"]] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["shell"]} +, "compile rules": + {"type": "install", "files": {"RULES": "data/RULES.compiled"}} +, "compiled": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["compiled"] + , "test": ["compiled.sh"] + , "keep": ["graph.json", "out/out.txt"] + , "deps": [["test/end-to-end", "tool-under-test"], "compile rules"] + } +, "TESTS": + {"type": "install", "tainted": ["test"], "deps": ["shell", "compiled"]} } |