diff options
Diffstat (limited to 'test/end-to-end/remote-execution/TARGETS')
-rw-r--r-- | test/end-to-end/remote-execution/TARGETS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/end-to-end/remote-execution/TARGETS b/test/end-to-end/remote-execution/TARGETS new file mode 100644 index 00000000..d1cd7875 --- /dev/null +++ b/test/end-to-end/remote-execution/TARGETS @@ -0,0 +1,9 @@ +{ "native-protocol": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["native-protocol"] + , "test": ["native-protocol.sh"] + , "deps": [["test/end-to-end", "tool-under-test"], ["", "bin/just-mr.py"]] + } +, "TESTS": + {"type": "install", "tainted": ["test"], "deps": ["native-protocol"]} +} |