mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Set coverage destination directory to source directory
This commit is contained in:
parent
4339176142
commit
b7aace07e6
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -51,6 +51,7 @@ dmd.xcodeproj/
|
|||
# Output files
|
||||
src/*.bak
|
||||
src/*.lib
|
||||
src/*.lst
|
||||
tags
|
||||
|
||||
# OSX
|
||||
|
|
|
@ -1600,6 +1600,7 @@ int main()
|
|||
enum sourcePath = dirName(__FILE_FULL_PATH__, '/');
|
||||
|
||||
dmd_coverSourcePath(sourcePath);
|
||||
dmd_coverDestPath(sourcePath);
|
||||
dmd_coverSetMerge(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue