diff --git a/dub.json b/dub.json index 0e30f7d..6b0f629 100644 --- a/dub.json +++ b/dub.json @@ -16,9 +16,7 @@ "sourcePaths": [ "test" ], - "dflags-dmd": [ - "-main" - ] + "mainSourceFile": "test/poodinis/testmain.d" }, { "name": "unittestVerbose", @@ -27,9 +25,7 @@ "sourcePaths": [ "test" ], - "dflags-dmd": [ - "-main" - ] + "mainSourceFile": "test/poodinis/testmain.d" }, { "name" : "quickstartExample", diff --git a/test/poodinis/testmain.d b/test/poodinis/testmain.d new file mode 100644 index 0000000..89846b0 --- /dev/null +++ b/test/poodinis/testmain.d @@ -0,0 +1,8 @@ +/** + * Poodinis Dependency Injection Framework + * Copyright 2014-2016 Mike Bierlee + * This software is licensed under the terms of the MIT license. + * The full terms of the license can be found in the LICENSE file. + */ + +void main() {}