-change target name for unittests to "ecs"

This commit is contained in:
Mergul 2021-03-01 12:35:31 +01:00
parent 9c402140bd
commit 997f6181c8

View file

@ -50,7 +50,8 @@
],
"dflags": [
"-unittest"
]
],
"targetName" : "ecs"
},
{
"name": "unittest-runner-cov",
@ -64,7 +65,8 @@
"dflags": [
"-unittest",
"-cov"
]
],
"targetName" : "ecs"
},
{
"name" : "library-betterC",
@ -127,7 +129,8 @@
"excludedSourceFiles":[
"source\/win_dll.d",
"tests/tests.d"
]
],
"targetName" : "ecs"
}
]
}