Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtest: Fix up import of gtest 1.6.0 | Ian Romanick | 2012-04-12 | 25 | -1/+21231 |
| | | | | | | | | The include files were all missing. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Chad Versace <[email protected]> Acked-by: Eric Anholt <[email protected]> | ||||
* | gtest: Build as a convenience library. | Eric Anholt | 2012-04-12 | 2 | -0/+43 |
| | | | | Reviewed-by: Ian Romanick <[email protected]> | ||||
* | gtest: Import sources from gtest 1.6.0. | Eric Anholt | 2012-04-12 | 10 | -0/+8959 |
The upstream of gtest has decided that the intended usage model is for projects to import the source and use it, which is reflected in their recent removal of the gtest-config tool. Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Chad Versace <[email protected]> |