summaryrefslogtreecommitdiffstats
path: root/googletest/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2019-02-251-3/+0
| | | | | | Replace more pump'd code with variadic templates. PiperOrigin-RevId: 235584585
* Fixed "make dist"Adam Cozzette2019-01-241-12/+13
| | | | | | I made a few updates to the Makefile.am files so that "make dist" succeeds and produces a usable tarball. We need this for protobuf because the protobuf tarballs include a bundled copy of googletest.
* Googletest exportmisterg2018-10-291-1/+0
| | | | | | Remove last traces of gtest-linked_ptr.h PiperOrigin-RevId: 219164781
* Googletest exportmisterg2018-10-291-1/+0
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
* Project import generated by Copybara.Abseil Team2018-10-111-0/+336
| | | | PiperOrigin-RevId: 216423319
* Internal Changemisterg2018-10-111-336/+0
| | | | PiperOrigin-RevId: 216417182
* Update Makefile.amGennadiy Civil2018-10-091-3/+0
| | | Remove references to gtest tupe
* cmake test fixesGennadiy Civil2018-08-021-11/+11
|
* cmake fixesGennadiy Civil2018-08-021-3/+3
|
* cleaning up and adding test changes to CMakeGennadiy Civil2018-08-021-12/+12
|
* Run autoconf from top-level directory.Carlos O'Ryan2017-12-031-30/+59
| | | | | | | | This is part (hopefully all) of the fixes for #776. The top-level configure.ac configures googletest first and then googlemock. With this changes it is possible to embed googletest into another project that uses autoconf. For an example (though it is WIP), see the commits (and soon PR) referenced from google/protobuf#236.
* Fixed some typosvpfautz2017-02-261-1/+1
|
* Adding missing header files to the distribution.Martin Maly2015-09-191-1/+5
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+306
OpenPOWER on IntegriCloud