diff options
Diffstat (limited to 'test/TARGETS')
-rw-r--r-- | test/TARGETS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/TARGETS b/test/TARGETS new file mode 100644 index 0000000..54f7274 --- /dev/null +++ b/test/TARGETS @@ -0,0 +1,10 @@ +{ "": + { "type": "install" + , "tainted": ["test"] + , "dirs": + [ [["./", "hello", ""], "hello"] + , [["./", "proto", ""], "proto"] + , [["./", "withExtendedPath", ""], "withExtendedPath"] + ] + } +} |