dont't compile source/calendarwebapp/app.d when perform a unittest build. Fixes #5

This commit is contained in:
Johannes Loher 2017-10-17 23:15:26 +02:00
parent b8be9a0932
commit 026ea7128f

View file

@ -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"