From 997f6181c82cd9e633418b14df625886dbbc0f11 Mon Sep 17 00:00:00 2001 From: Mergul Date: Mon, 1 Mar 2021 12:35:31 +0100 Subject: [PATCH] -change target name for unittests to "ecs" --- dub.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index 8e2a1b3..8cf891d 100755 --- a/dub.json +++ b/dub.json @@ -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" } ] } \ No newline at end of file