Demos #16
1 changed files with 6 additions and 3 deletions
9
dub.json
9
dub.json
|
|
@ -50,7 +50,8 @@
|
||||||
],
|
],
|
||||||
"dflags": [
|
"dflags": [
|
||||||
"-unittest"
|
"-unittest"
|
||||||
]
|
],
|
||||||
|
"targetName" : "ecs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "unittest-runner-cov",
|
"name": "unittest-runner-cov",
|
||||||
|
|
@ -64,7 +65,8 @@
|
||||||
"dflags": [
|
"dflags": [
|
||||||
"-unittest",
|
"-unittest",
|
||||||
"-cov"
|
"-cov"
|
||||||
]
|
],
|
||||||
|
"targetName" : "ecs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "library-betterC",
|
"name" : "library-betterC",
|
||||||
|
|
@ -127,7 +129,8 @@
|
||||||
"excludedSourceFiles":[
|
"excludedSourceFiles":[
|
||||||
"source\/win_dll.d",
|
"source\/win_dll.d",
|
||||||
"tests/tests.d"
|
"tests/tests.d"
|
||||||
]
|
],
|
||||||
|
"targetName" : "ecs"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue