add an official yaml test suite runner (#209)
add an official yaml test suite runner merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
parent
55b745fe2a
commit
f183e4aa80
4 changed files with 335 additions and 2 deletions
8
testsuite/dub.json
Normal file
8
testsuite/dub.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "testsuite",
|
||||
"targetType": "executable",
|
||||
"dependencies":
|
||||
{
|
||||
"dyaml": "*"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue