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:
Cameron Ross 2019-01-08 18:42:39 -03:30 committed by The Dlang Bot
parent 55b745fe2a
commit f183e4aa80
4 changed files with 335 additions and 2 deletions

8
testsuite/dub.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "testsuite",
"targetType": "executable",
"dependencies":
{
"dyaml": "*"
}
}