Add betterC test runner
This commit is contained in:
parent
845f468d59
commit
67a785f2dc
2 changed files with 222 additions and 0 deletions
16
dub.json
16
dub.json
|
|
@ -86,6 +86,22 @@
|
|||
"lflags-gdc": [
|
||||
"-lpthread"
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "unittest-runner",
|
||||
"targetType" : "executable",
|
||||
"dflags": [
|
||||
"-betterC"
|
||||
],
|
||||
"sourceFiles":[
|
||||
"tests/runner.d"
|
||||
],
|
||||
"excludedSourceFiles":[
|
||||
"source\/win_dll.d"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue