-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gtest 1.15.2 from cwpearson/fused-gtest
- Loading branch information
Showing
3 changed files
with
17,604 additions
and
16,669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
This is a fused source version of gtest (v1.11.0). All that should be necessary | ||
to start using gtest in your package is to declare the dependency and include | ||
gtest/gtest.h. | ||
|
||
However, because some of the packages that are developed in Sierra do not use a | ||
fused source version of gtest we need to make it possible for them to build with | ||
this version as well as with their native build. To facilitate this we have | ||
created symlinks for the other gtest headers that they use to the fused source | ||
gtest.h. This will make it possible for them find the headers while still using | ||
the fuse source version. This should not have any ill effects since the header is | ||
protected and allows for only using the non-gtest.h headers in their files. | ||
This is a fused version of googletest 1.15.2 created by github.com/cwpearson/fused-gtest. |
Oops, something went wrong.