Add betterC test runner

This commit is contained in:
mmcomando 2020-03-21 23:13:08 +01:00
parent 845f468d59
commit 67a785f2dc
2 changed files with 222 additions and 0 deletions

View file

@ -86,6 +86,22 @@
"lflags-gdc": [
"-lpthread"
]
},
{
"name": "unittest-runner",
"targetType" : "executable",
"dflags": [
"-betterC"
],
"sourceFiles":[
"tests/runner.d"
],
"excludedSourceFiles":[
"source\/win_dll.d"
]
}
]
}