dont't compile source/calendarwebapp/app.d when perform a unittest build. Fixes #5
This commit is contained in:
parent
b8be9a0932
commit
026ea7128f
1 changed files with 1 additions and 0 deletions
1
dub.json
1
dub.json
|
@ -29,6 +29,7 @@
|
|||
"targetType": "executable",
|
||||
"preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f generated/ut.d test"],
|
||||
"mainSourceFile": "generated/ut.d",
|
||||
"excludedSourceFiles": ["source/calendarwebapp/app.d"],
|
||||
"sourcePaths": ["test"],
|
||||
"dependencies": {
|
||||
"unit-threaded": "~>0.7.31"
|
||||
|
|
Loading…
Reference in a new issue