add tests resources

This commit is contained in:
OCram85 2018-03-08 10:57:37 +01:00
parent f538802da4
commit b325fea2bb
1 changed files with 25 additions and 0 deletions

25
resources/Dependency.json Normal file
View File

@ -0,0 +1,25 @@
{
"Version": 0.1,
"Mandatory": {},
"Optional": [
{
"Name": "foobar2000",
"Modules": [
"foobar2000"
]
},
{
"Name": "foo",
"Modules": [
"foo",
"bar"
]
},
{
"Name": "bar",
"Modules": [
"bar"
]
}
]
}