diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/d/2 static library/test.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/d/2 static library/test.json b/test cases/d/2 static library/test.json new file mode 100644 index 0000000..6abb934 --- /dev/null +++ b/test cases/d/2 static library/test.json @@ -0,0 +1,7 @@ +{ + "installed": [ + {"type": "exe", "file": "usr/bin/app_s"}, + {"type": "pdb", "file": "usr/bin/app_s", "language": "d"}, + {"type": "file", "file": "usr/lib/libstuff.a"} + ] +} |