diff options
Diffstat (limited to 'test/proto/TARGETS')
-rw-r--r-- | test/proto/TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/proto/TARGETS b/test/proto/TARGETS new file mode 100644 index 0000000..50d5195 --- /dev/null +++ b/test/proto/TARGETS @@ -0,0 +1,7 @@ +{ "": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["proto"] + , "test": ["test.sh"] + , "deps": [["@", "src", "proto", "write"], ["@", "src", "proto", "read"]] + } +} |