Demos #16

Merged
Mergul merged 9 commits from Demos into master 2021-03-01 13:12:06 +01:00
Showing only changes of commit 997f6181c8 - Show all commits

View file

@ -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"
} }
] ]
} }