Fixed unittests and betterC compilation (after adding fullyQualifiedName instead of simple stringof)
-added new trait to get full name of structure (witho module and package, not tested on more nested packages) -some small improvements (like adding const to function which need it)
This commit is contained in:
parent
b0b64b965f
commit
a0efa4e67d
5 changed files with 53 additions and 15 deletions
3
dub.json
3
dub.json
|
|
@ -118,7 +118,8 @@
|
|||
"-unittest"
|
||||
],
|
||||
"dflags-gdc": [
|
||||
"-fno-druntime"
|
||||
"-fno-druntime",
|
||||
"-lpthread"
|
||||
],
|
||||
"sourcePaths": ["source/","tests/"],
|
||||
"mainSourceFile":"tests/runner.d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue