From 3626877554b6c567d43336ec49414cedfe487260 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 31 May 2024 18:30:10 +0200 Subject: Initial commit --- test/proto/TARGETS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/proto/TARGETS (limited to 'test/proto/TARGETS') 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"]] + } +} -- cgit v1.2.3