README update
This commit is contained in:
parent
0179e102f5
commit
f8fc3836dd
2 changed files with 142 additions and 67 deletions
20
project.json
20
project.json
|
|
@ -44,6 +44,26 @@
|
|||
"configuration":"lib-shared"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "example-test",
|
||||
"implementations": ["tests/ExampleTest"],
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"./project.json",
|
||||
"configuration":"lib-shared"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "test-structure",
|
||||
"implementations": ["tests/TestStructure"],
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"./project.json",
|
||||
"configuration":"lib-shared"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue