-added some tests
-improved test runner
This commit is contained in:
parent
19687b9f88
commit
c63f3a9727
6 changed files with 147 additions and 47 deletions
10
dub.json
10
dub.json
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
{
|
||||
"name" : "tests",
|
||||
"sourcePaths" : ["source\/","tests\/"],
|
||||
"sourceFiles" : ["tests/tests.d"],
|
||||
"targetType" : "executable",
|
||||
"excludedSourceFiles":[
|
||||
"source\/win_dll.d"
|
||||
|
|
@ -91,11 +91,11 @@
|
|||
"dflags": [
|
||||
"-betterC"
|
||||
],
|
||||
"sourceFiles":[
|
||||
"tests/runner.d"
|
||||
],
|
||||
"sourcePaths": ["source/","tests/"],
|
||||
"mainSourceFile":"tests/runner.d",
|
||||
"excludedSourceFiles":[
|
||||
"source\/win_dll.d"
|
||||
"source\/win_dll.d",
|
||||
"tests/tests.d"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue