We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11745fa commit 639fb75Copy full SHA for 639fb75
dub.json
@@ -20,8 +20,7 @@
20
"name": "unittest",
21
"targetType": "executable",
22
"sourcePaths": ["test"],
23
- "buildOptions": ["debugInfoC", "unittests"],
24
- "dflags": ["-main"]
+ "mainSourceFile": "test/main.d"
25
}
26
]
27
test/main.d
@@ -0,0 +1 @@
1
+void main() { }
0 commit comments