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