Set coverage destination directory to source directory

This commit is contained in:
Sebastian Wilzbach 2016-08-03 08:17:59 +02:00
parent 4339176142
commit b7aace07e6
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -51,6 +51,7 @@ dmd.xcodeproj/
# Output files
src/*.bak
src/*.lib
src/*.lst
tags
# OSX

View file

@ -1600,6 +1600,7 @@ int main()
enum sourcePath = dirName(__FILE_FULL_PATH__, '/');
dmd_coverSourcePath(sourcePath);
dmd_coverDestPath(sourcePath);
dmd_coverSetMerge(true);
}