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 ef876c37..a50e5ddc 100644 --- a/test/end-to-end/generated-binary/TARGETS +++ b/test/end-to-end/generated-binary/TARGETS @@ -12,11 +12,11 @@ , "name": ["compiled"] , "test": ["compiled.sh"] , "keep": ["graph.json", "out/out.txt"] - , "deps": [["", "tool-under-test"], "compile rules"] + , "deps": ["compile rules", ["", "tool-under-test"]] } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "stage": ["generated-binary"] - , "deps": ["shell", "compiled"] + , "deps": ["compiled", "shell"] } } |