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